Is there an example somewhere of setting up a Hierarchical Grid with remote JSON using the MVC Grid Model? The only example I could find (link below) uses javascript in the view instead of setting the grid's properties in the MVC Grid Model.
http://ko.infragistics.com/products/jquery/sample/hierarchical-grid/different-data-sources
Hello JoshNoe,
It has been awhile since you made this post and if you still need any assistance with this matter I will be glad to help. I have been looking into your questions and I can suggest you check the following sample from our sample browser where is shown how you can directly return JasonResult as DataSource to the GridModel of our hierarchical grid in the controller:
http://ko.infragistics.com/products/jquery/sample/hierarchical-grid/hierarchical-grid-load-on-demand
If you have any further questions or concerns on this matter please feel free to ask.