Hi,
How can I expand all the rows in an outlookgroupby grid upon rendering the page? I used expandAll() in a previous version, but it does not work. I am using NetAdvantage 6.2.
Any help will be greatly appreciated.!
I just tested the Grid.ExpandAll() method in NetAdvantage 6.2.20062.34 and did not have any issues. Where in the code are you calling the ExpandAll method. I would move it to the GroupColumn event of the WebGrid if it is not there already.
ExpandAll(true) is not working with LoadOnDemand.
dgGrid.DisplayLayout.LoadOnDemand =
LoadOnDemand.Automatic;
How to get ExpandAll functionality with LoadOnDemand.Automatic?
Thanks!