Hi, Actually i am using your UltraGrid. In run time i m able to drag the column to "Drag a column header here to Group by that Column" but my i want to set header column by using coding. so can u plz provide me which code i used to set the Group by column programatically. Thanks, Waiting Your Reply,
Hello!
I want to make Infragistics Grid's group by area always expanded instead of collapsed view on first appearance.
What is correct way to declare it xamDataGrid.GroupByArea.Expanded = true? It tells that i should use += or -=
Regards
Hi Igor,
What control are you using? This forum is for the Windows Form UltraGrid control. So if that's the control you are using, then the easiest thing to do is handle the InitializeGroupByRow event and set Expanded on the row to true.
If you are using teh xamDataGrid, then I'm afraid I can't help you there. I don't know anything about that control. You should post your question in the approtiate xamDataGrid forum.