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.S electTypeR ow = SelectType.None
but, for some reason, this does not work. The user is still able to select another row in the grid.
myUltragrid.DisplayLayout.
but, for some reason, this does not work. The user is still able to select another row in the grid.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.