Retrieve ids in checkbox column from multiple pages?
I'm trying to use this demo. For
http://demo.aspnetawesome.com/GridCheckboxesDemo
For Persistent state grid, when I click on get selection button, it only show the checked Ids of current page. So if I click some checkboxes from different pages, how can I retrieve a list of all checked Ids?
And for inline grid like in this demo, do you have any sample code for implementation(event handler) of Save and Cancel buttons:
http://demo.aspnetawesome.com/GridInlineEditDemo
CuLacGionTan
asked
at 13 Aug 2015
Answers
-
the new demo page you mentioned has 2 buttons for selecting from multiple and current page as for the the inline edit save and cancel buttons you can look in awem.js gridInlineEdit function, the click is handled in there, you could add additional event handlers like this:
$grid.on('click', '.gsavebtn', function ...
if you tell me more details about what you are trying to do, maybe I'll be able to give you a better answerOmuanswered at 14 Aug 2015