Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
217
Regarding Group By Column Header in UltraGrid
posted

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,

Parents
No Data
Reply
  • 475
    posted

    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

Children