Link to home
Create AccountLog 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
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer