how to add css to selected row in treegrid GXT 3
问题 I created a treegrid using GXT 3.now iwant to change background color of selected row and also i want to change the background of root node(leaf row i.e Parent row). iam using GXT 3.0 and eclipse 3.7 Thanks in advance 回答1: I was also having the same problem, I wanted to color the background of a row depending on some condition. In the end, I found a solution: You need to create a GridViewConfig and override the getColumnStyle method to return the color want, it took me a while to find out,