This question is locked. New answers and comments are not allowed.
Hi,
I have been looking at the telerik grid demo on your website:
http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyserverside
We are looking to make use of this functionality on our website. I noted that on the demo the columns are perfectly aligned between the parent and child grids. e.g. the end of the column "FirstName" in the parent grid ends at the same position as the end of the Order Id.
I have created a simple project to display a hierarchical grid. However, I cannot seem to align the grid in the way mentioned above.
Specifically, I would like the first column in my parent grid to have exactly the same width as the first 3 columns in the child grid. I would like all subsequent columns to align between the parent and child grids.
I have attempted to use the width property to set this but it does not seem to work in the way I intended.
I have attached the sample application for your convenience and would appreciate an answer to this question.
Thanks
