We have a grid that have sets of appearance defined in c# code. With AppStyle, it messed up with some of the setting, can we turn off AppStyle partically in code for one grid?
Thanks.
qhbyjh,
Try setting ultraGrid.UseAppStyling to false. This will turn off AppStyling for that one particular control.
~Kim~
Thanks Kim, can I choose to use some of stylings in AppStyle, not all, in one control?