ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Retrieve ids in checkbox column from multiple pages?
Title:
B
I
{code}
?
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
Save Changes
Cancel
CuLacGionTan
asked at 13 Aug 2015
Answers
B
I
{code}
?
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 answer
Save Changes
Cancel
Omu
answered at 14 Aug 2015
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK