forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I have a GridCtrl in MultiSelect mode.
The following code
int nsel = arr.GetSelectedCount();
Exclamation(AsString(nsel));
give me the correct number of selected rows in case they are greater than one, but in case I choose only ONE row it give me 0.
Is this the correct way to work?
Test case attached.