We're using 8.3 and we need to remove the row selection bar from some of our grids without completely disabling app styling (we also do not need row selection for these grids - they are just for display purposes).
Looking at another post, I tried the following:
grd.DisplayLayout.Override.ActiveRowAppearance.Reset()
grd.DisplayLayout.Override.SelectTypeRow = SelectType.None
These don't work unless I set AppStyling to False, which doesn't look good. Can I keep AppStyling and still get the effect I want?
Hello Amber.
If by row selection bar you mean the rowSelectors you can use: ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
If not please explain the behavior you need. You can also send a screenshot to help make things clearer.
And you can set almost every appearance trough the AppStylist. If you haven't used it till now you can start here: http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Win_Styling_Your_Application.html
If you have any questions I'd be glad to help along the way.
Sincerely,
Petar Monov
Developer Support Engineer,
Infragistics, Inc