Skip to main content
Best answer by AP_10343008

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

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

1 reply

AP_1034300816-PearlAuthorAnswer
16-Pearl
April 25, 2023

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

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