Hi all,

I am working on ASP.net MVC and Coolite.
I have button event which updates the data in the controller and sends the data to the store using Jason. Not updated in the database

I want the jasonReader to refresh with this data.
By Calling a #{Store1}.reload(). It makes a call to the database and refreshes the grid from the database which is not updated.