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
60
Indentation of Header and Child rows in IgGrid
posted

I am using asp.net MVC and IgGrid in my Web Application. 

I have header rows as well as child rows in IgGrid. Currently all are aligned to left side, which unable user to differentiate between header and its child rows.

Current IgGrid rows look like below:

Parent Test Application 1
Parent Test Application 2
Child Test Application 1
Child Test Application 2
Child Test Application 3
Parent Test Application 3
Child Test Application 1
Child Test Application 2
Child Test Application 3
Child Test Application 4
Child Test Application 5

I want them to look like below:

Parent Test Application 1
Parent Test Application 2
       Child Test Application 1
       Child Test Application 2
       Child Test Application 3
Parent Test Application 3
       Child Test Application 1
       Child Test Application 2
       Child Test Application 3
       Child Test Application 4
       Child Test Application 5

Below is the UCHierarchicalGridUI.cs controller file, in which all the features are defined that currently I am using in my IgGrid.

http://www.infragistics.com/community/cfs-filesystemfile.ashx/__key/CommunityServer.Components.PostAttachments/00.00.50.12.41/igGrid-Properties.txt

Please note that I am new to Asp.Net MVC and IgGrid. Kindly let me know how to resolve it.

Thanks in advance.