Hello,
I am new to Infragistics and I have problems with rows multiple selection in UltraGrid.
I've set the RowSelectionType to Extended and RowSelector to True. However, when I try to use ctrl+click or shift+click nothing happens select.
In this connection I have two questions:
1. Is there any other properties which have to set?
2. The AfterSelectChange event is used in this code to do some processing. Can it prevent multiple selection and if yes what events can deal with
the change of selection of multiple rows?
I will very much appreciate your help.
Best regards,
Natalia
Natalia,
There should definitely be rows selected when you use ctrl-click or shift-click, so it is possible that you're doing some processing in the AfterSelectChange here that is preventing that; do you have the same problem if you comment out your code in this event handler? It's hard to say what the problem is without looking at the code that you're using.
-Matt