Link to home
Start Free TrialLog in
Avatar of ccravenbartle
ccravenbartle

asked on

Infragistics UltraGrid - unable to turn off row selection

After the user selects a row in my UltraWinGrid, I want to effectively lock the grid so that no other row can be selected.  I have tried doing this by:

myUltragrid.DisplayLayout.Override.SelectTypeRow = SelectType.None

but, for some reason, this does not work.  The user is still able to select another row in the grid.
ASKER CERTIFIED SOLUTION
Avatar of ZeonFlash
ZeonFlash

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial