Hi Dimitar,
I can able to highlight the row in different background color based on row index during button click i.e. I’m adding some new class name on the fly for each grid cell based on the row id’s.
Whereas in my grid, I’ve first column as checkbox so when I select any of the other rows, the already highlighted row is turning into default selected row background color.
I’ve used the following methods,
1) rendered : function(element){} // for check all rows
2) updatePageState // for retaining the checked row in each page
3) cellvaluechanged // for individual row selection
The above 3 are meant for row selection purpose but the place where I do the individual row selection is only at “cellvaluechanged”.
Can you please suggest, what could be the possible cause?
Thanks & Cheers,
\_rssb