Is there any event fired when the all row selection checkbox is selected in table or grid
Attached pic
Hi,
there is no specific event for the select all checkbox. The only option available is to subscribe on SelectionEvent
. This event has methods like: getSelected()
, getRemoved()
, getOldSelection()
, getAdded()
Regards,
Gleb
Ok Thanks