Hello,
Can any one tell me how can i change the color of Hidden Cell.
I am making a cell hide
e.Row.Cells["Date"].Hidden = true;
Now i can see this hidden cell by default in control color. I want to change this color to White.
Can any one Help me on this?..
Thanks
Thanks But I made this work by setting RowAppearance to White
ultraGrid.DisplayLayout.Override.RowAppearance.BackColor = Color.White;
This Works Fine.
Check out this link;
http://community.infragistics.com/forums/p/21806/79636.aspx#79636