11
Views
1
Comments
Traditional Datagrid - Get all rows on Check/uncheck
Application Type
Traditional Web

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?

Champion

In react you have an action to get all selected rows. I believe in Tradicional also exists.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.