Hi Alex,
My grid settings is
Selection Type is Extended
CellClickAction is SelectRecord
I am using Ctrl + click to Select and Deselect a record. But i can't unselect my last row. How to deselect
that last row? is there anyway to set MinSelectRows = 0.
???
Regards,
Ramesh.P
Hello Ramesh,
When you have selected couple of records holding the Ctrl key and click on one of the selected ones, it does get unselected. It will however appear as selected until you click somewhere else. Yes, there is such property - MaxSelectedRecords of the FieldLayoutSettings tha tyou can use.
Alex,
My problem is i want to deselect last one too.
(My actual requirement is If the user select a row and set rows i will do an operation , If user not select a
row i will do an another operation. Think, mistakenly the user selected a row and now he want to
deselect that one. how the enduser deselect the row?)
I know there is propery MaxSelectedRecords It is used for control maximum selectable records.
My requirement opposite to that.