Hi all, I need to change the grid's row select color at runtime. Kindly help. George. |
Hi George, Grid's row select color is defined in CSS. Therefore, you have to change the application css in runtime to change this color. An example css to set grid's row select color as blue is as the following:
Please check this thread to examine how to apply different CSS in runtime. Hope this helps, |