Hi, I'm using GridComponent on React JS.
I want to be able to enable/disable certain Toolbar items based of how many rows are currently selected. So I thought I'd need a row selection callback event, in order to fire the toolbarModule.enableItems() function from here, at every row selection change.
But the problem is I can't find any selection callback. Can you help me on achieving such result in this scenario?
Thanks in advance,
AP