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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Can we make treegrid columns editable through configuration Json.?

AP_10343008
15-Moonstone

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