HA
haneefm
Syncfusion Team
May 9, 2007 09:16 PM UTC
Hi Mitul,
If you want to change the selection color in a grid, you need to set the TableOptions.SelectionBackColor property to new color.
this.grid.TableOptions.SelectionBackColor = Color.Red;
Best regards,
Haneef
MI
Mitul
May 10, 2007 10:14 PM UTC
Hi
I have already done this. The problem is that i want to overwrite this colour in query cell style info by setting e.style.backcolor = blue, for example. So when the row is selected, all cells the row will be red, except the specfic cell i colour blue in query cell style info method.