Hi Support,
I am not sure what has changed in my project, but my treegrid is not rendering properly anymore. I am referencing the latest ignite UI files from the CDN (http://cdn-na.infragistics.com/igniteui/2016.1/latest/js/infragistics.core.js).
I am using MVC to create the tree grid. In the constructor I pass Model.GetDataRows() to populate the treegrid with the initial data. The treegrid is contained within an igDialog.
However, once the the grid displays, the columns are there, but the rows are hidden. I see on the side a very small scroll bar. If I click in the small area, I see it turn blue. So I am sure the rows are there, it is just the row view is not expanded.
Can you please advise?
Thanks,
Jose
If I set the .AutoAdjustHeight(false) option on the TreeGrid (MVC), then I am able to see 3 rows at a time. However, the size of the scrollable are does not increase as more rows are added dynamically.
How can I get the rows to fill the scrollable container?
Hello Jose,
I created a small sample using latest service release available for version 16.1. I have an igTreeGrid where I do not set height option. In this scenario igTreeGrid is rendered with no scrollbar and all rows visible. If a new row is added the igTreeGrid`s height is adjusted.
I am attaching my sample for your reference. Please test it on your side and let me know what is the result. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify my sample and send it back to me with steps to reproduce. Please add any details (such as browser, browser version etc.) that you consider relevant to this issue. This is going to be very helpful and will help me in my further investigation.
Please let me know in case that you have any additional questions.