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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.?

 

1 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;
}
Top Tags