Hey there, I am running into an issue where the client wishes to see heirarchical data automajically expanded when added to the grid. Is this possible in the grid either via a property or a code trick?
I am hoping there is an easy fix for this.
:)
John
Hi John,
Please report the problem(s) you are experiencing with our developer support team. It sounds like you may have uncovered a defect. When you report the problem, please request a work-around so you can still accomplish what you want. Fortunately, our engineers are excellent at producing hot-fixes to bugs that are found by users.
http://es.infragistics.com/support/ask-for-help.aspx#AskforHelp
Thanks!
This don't work with record background alternation. They are expanded but have wrong background. Scrolling is also don't work correctly.
Provide an event handler to handle the InitializeRecord event for each record (this can be done declaratively in the XAML). In the event handler in the code-behind, set the e.Record.IsExpanded property to true. This will cause the record to be expanded when it is initialized.
Thank you,
I am researching this question. In the meantime, I invite you to read the following post to learn more aout hierarchical grids.
http://forums.infragistics.com/forums/p/3711/19161.aspx#19161
Thanks,