This Knowledge base explains how to get the selected records details when checkbox selection is used with remote data.
Solution: In client-side it’s not feasible to get all selected records in multiple pages since only current page data is available with on-demand data loading. Yet we have found the selected rows indexes using checkSelectedRowsIndexes property and obtained the selected records details by sending the indexes to the server side using an ajax post.
HTML JavaScript
MVC RAZOR
C#
ASP.NET ASPX
ASPX.CS
ASP.NET CORE RAZOR
C#
2. In the button click event we have obtained the selected records indexes using checkSelectedRowsIndexes property and passed the indexes to server side using an ajax post to filter the selected records from the database. JS
Output:
|
This page will automatically be redirected to the sign-in page in 10 seconds.