This question is locked. New answers and comments are not allowed.
Hello Team,
I am Using Telerik WEB MVC Grid. I am USing Ajax binding.
I am also making insert, update, delete with Ajax binding only with Action method and controller.
when i am inserting a record, i am getting a message from my data access layer i.e. data is successfully saved.
but in the action method, i am returning as return view (new GridModel (my view model)));
at this moment i want to show my alert data is successfully saved or atleast in a label in the view, that data is saved.
could anyone help me in this regard.
Thanks,
Murthy.
I am Using Telerik WEB MVC Grid. I am USing Ajax binding.
I am also making insert, update, delete with Ajax binding only with Action method and controller.
when i am inserting a record, i am getting a message from my data access layer i.e. data is successfully saved.
but in the action method, i am returning as return view (new GridModel (my view model)));
at this moment i want to show my alert data is successfully saved or atleast in a label in the view, that data is saved.
could anyone help me in this regard.
Thanks,
Murthy.