I have a iGrid that gets populated with data from a database and then it is grouped by column 0.
i also have two custom scrollbuttons added per the demo. as follows
fNationGrid.VScrollBar.Visibility = iGScrollBarVisibility.Always;
fNationGrid.VScrollBar.CustomButtons.Add(iGScrollBarCustomButtonAlign.Far, iGActions.CollapseAll, "Collapse All");
fNationGrid.VScrollBar.CustomButtons.Add(iGScrollBarCustomButtonAlign.Far, iGActions.ExpandAll, "Expand All");
Now what i want to do is after the above statements in the form load and after the data load to have the Igrid start in collapsed mode
by group column 0
thanks in advance
Edited by moderator
2016-10-29T08:04:35Z
|
Reason: Igor/10Tec: changed post status to 'question', formatted source code