HI.
I've an old traditional web app with a datagrid. I have some actions who are dependent of the checked rows. To get the checked rows, i'm using the RowEvent to append them to a local list but this doesn't work with the Check/Uncheck all. Is there any event to return a list of all filtered rows, for example?
In react you have an action to get all selected rows. I believe in Tradicional also exists.