I have the column grouping programmatically. For example:
this.UltraWebGrid1.DisplayLayout.Bands[0].Columns[0].IsGroupByColumn = true
this.UltraWebGrid1.DisplayLayout.Bands[0].Columns[1].IsGroupByColumn = true;
How can I have all groups and rows expanded programmatically? I search the web. People gave many examples but none of them worked. Thanks.
DanYeung
Can you please tell me how you expand the groupedBy columns programmatically ??
I resolved it.