how to get the checkbox selected row values from Kendo Grid UI while pagination in MVC using Jquery,
checkbox selected row values from Kendo Grid UI while pagination
I have followed the above link to get my work done, I can able to get the current page selected row values, but am not able to get all the page selected row values.can you pls help me , how to get all the checkbox selected row values even pagination also. Ex: first page i'm selecting 2 row and the second page i'm selecting 2 row means when click of button 4 rows shoud get pass to the controller, pls help.