Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2165
Rebind to Json datasource
posted

I have a test igHierarchicalGrid of two levels, initially it is populated in the view like this:

@(Html.Infragistics().Grid(Model.AsQueryable())....

The grid is working perfectly. I want to simulate an update to this grid so I make a call to GetNewData() action in the controller and return a Json with new data. In the client I rebind to this new data but nothing change in the grid. Look at the sample I have attached.

How to rebind this new json data to the grid? 

TESTGRIDREBIND.rar
Parents Reply Children