Solved
grid deselection at header level doesnt work
hi,
I have an editable grid and have selection enabled, it works perfectly fine , when selecting individual rows and as bulk when i chose the check box in the header,
This works

when i unselect at header , it throws error but individual row deselection works, only deselection in the header is not working

code :at line 507
selectionValue: local!selectedIndex,
selectionSaveInto: {
local!selectedIndex,a!save(local!selectedrows,index(local!displayItems,local!selectedIndex))},
