cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Can we make treegrid columns editable through configuration Json.?

AP_10343008
13-Aquamarine

Can we make treegrid columns editable through configuration Json.?

Can we make treegrid columns editable through configuration Json.?

 

ACCEPTED SOLUTION

Accepted Solutions

I added the following css code. Now i able to select and copy the data in treegrid. 

.gridbox td {
    user-select: text !important;
}

View solution in original post

1 REPLY 1

I added the following css code. Now i able to select and copy the data in treegrid. 

.gridbox td {
    user-select: text !important;
}
Announcements

Top Tags