Page 1 of 1

ajax CRUD return message

Posted: Thu Sep 14, 2017 11:42 am
by cheemingyong

hi is it possible to customize the save button to submit an ajax call during save event ?
this is in contrast to the current way it is done write now which is after saving,
the page is fully reloaded.

usually we try not to reload the after-save page because it is an unnecessary use of network
overheads due to html tags.

this json api call will call the edit / update / insert events from the relevant controllers
and fetch the correct return error or success messages after saving.
we want as far as possible avoid re-doing what asp.net maker is good at doing best
which is crud.


Re: ajax CRUD return message

Posted: Fri Sep 15, 2017 9:31 am
by Webmaster

No, currently there is no simple solution for that.