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.
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.
Hi Mike,Thank you so much.That solved it.Regards,Sid.