Good day all
I'm trying to select an entire record by clicking a cell. But I need multi select. If i set SelectionTypeCell="None" you need to click next to the row only to select the whole row. I'm afraid the user might not know this, thus I'm trying to make it as easy as possible for them.
I tried adding them manually by checking the records of the selected cells and adding them to the selected records, but this did not seem to work well.
Any ideas out there?
Regards
Christo
Hi Alex, like always, you are a legend. I just cant believe I spent 2 hours trying to create this on my own!!!! I knew there was something like that, I just could not find it! It works like a charm, thanx
Blessings
Hello Christo,
What you are looking for is the CellClickAction property of the FieldSettings. You can set it to SelectRecord and when you click on the cell, the whole record will be selected. Multi selection is turned on by default so you do not have to worry about it.