ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Inline Edit Success Event
Title:
B
I
{code}
?
Is there a success event handler for the grid inline edit (similar to the one for PopupForm)? I wish to trigger an event after completing an inline edit.
Save Changes
Cancel
thalter
asked at 27 Jul 2022
Answers
B
I
{code}
?
yes, there's the `aweinlinesave` event triggered on the row (tr.awe-row) https://www.aspnetawesome.com/learn/mvc/Grid#Events
Save Changes
Cancel
Omu
answered at 27 Jul 2022
Thanks. BTW, aweinlinesave event does not fire when you have "reloadOnSave" set to true on your InlineEdit tag. I had to modify awem.js to trigger this event. I don't like modifying core framework files, so hopefully, this can be fixed in a future version.
at 27 Jul 2022
thalter
the row is not updated when `reloadOnSave` is true, the whole grid is reloaded, `aweload` event is triggered on the grid
at 27 Jul 2022
Omu
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