This is a migrated thread and some comments may be shown as answers.

[Solved] How to show a alert when returning GridModel to view

0 Answers 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Murthy
Top achievements
Rank 1
Murthy asked on 21 May 2012, 07:11 PM
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.
Tags
Grid
Asked by
Murthy
Top achievements
Rank 1
Share this question
or