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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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