I wrote something onSelectRow now that I select a specific record, this code in the onSelectRow event onSelectRow executed, even if I run the setSelection method that it runs. but when I select the "Select All" checkbox, all rows are selected without exception onSelectRow
What I need, when I select the top checkbox, I need to execute the onSelectRow event for each grid entry.
source share