ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Make all rows editable on button click and update all rows at once
Title:
B
I
{code}
?
Hi, I want to make all the rows in the grid editable on button click and save all the data on another button click. Can you let me know how can i handle this?
Save Changes
Cancel
warlok
asked at 13 May 2016
maybe this will work better for you http://demo.aspnetawesome.com/GridSpreadsheetDemo
at 13 May 2016
Omu
No, This doesnt work for me. I need both the functionalities. To make each row editable and all rows editable
at 13 May 2016
warlok
you could call $('.geditbtn').click() to click all the edit buttons ( on grid inline edit demo )
at 13 May 2016
Omu
that worked for edit. I want to do something similar to save all the data at once, can i do that?
at 16 May 2016
warlok
there's a grid lock in awem.js when you click edit, so all the save buttons can't be clicked at once, in the new version the lock has been changed to row level, if you can't wait, you could change awem.js and after call $('.gsavebtn:visible').click();
at 16 May 2016
Omu
Answers
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