I've been using Janus GridEX control in hierarchical mode and I want all rows to be expanded.

As I said before I'm using hierarchy, no groups so expandGroups() does not work.

Any suggestions?

link|improve this question
feedback

3 Answers

grid.ExpandRecords();

link|improve this answer
feedback

try update to the latest janus version :/ i had a similar problem

link|improve this answer
feedback

I just had the issue myself. grid.ExpandRecords() is the correct method. But it will only work if the grid is visible and actually displayed.

In my case I'm using a TabControl. I had to use the grid.ExpandRecords() method in the SelectedTabChanged event

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.