We are in the process of evaluating the igHierarcgicalGrid, but we have run into a problem. We managed to get it to work with just one level, but when we try to display a childband the grid does not render at all anymore.
We have a simple list of person objects which in turn have a list of appointments.
Could you show how to get the grid to display the persons with their appointments when using the Razor syntax?
Hi,
You can check out the igHierarchicalGrid samples at http://samples.infragistics.com/jquery/hierarchical-grid
In some of them (Multiple Levels Multiple Layouts and Row Selectors for example) you can open the Code View section (just below the sample grid)'s "SELECT SAMPLE SOURCE FILE TO VIEW" drop-down.
In there you will notice that there are 2 view pages available (.aspx is with MVC2's Spark view engine and .cshtml is with MVC3's Razor view engine).I think these Razor syntax samples will be exactly what you need.However, if have any problems, please let us know. Cheers and good luck,Borislav
After looking at the samples and playing around with our code some more we still did not manage to get it to work. When running our test in Firefox the grid does not appear at all, but when we run it in IE the following error occurs:
'length' is null or not an object ig.ui.min.js, line 1character 323973.
So I am wondering if we are forgetting something or if there is an error in the script. I have attached our project, so you might have a look at it.