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
1020
Disabling "Drag a column header to group by that column"
posted

Dear Friends,
I have two simple doubts. How do I disable the option "Drag a column header to group by that column" that
appears at the top portion in the ultragrid.??
If my ultragrid has two bands. How do I display the Grid in the expanded mode by default.

Kindly Help.

Regards,

Sid.

 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Sid,

    sid_patel said:
    How do I disable the option "Drag a column header to group by that column" that
    appears at the top portion in the ultragrid.??

    Set the ViewStyleBand property on the grid to something other than OutlookGroupBy.

    sid_patel said:
    If my ultragrid has two bands. How do I display the Grid in the expanded mode by default.

    Call the ExpandAll method after binding the grid. 

     

     

Reply Children
No Data