I have a GridControl with multiple column headers. Several cells in the first header row are merged.
In order to resize the columns the user can position the cursor over the line between two columns (the cursor shape changes), click and drag. However, by default this only seems to work on the first header row and this is not obvious to the user (at least I have one complaining about it). Is it possible to have the same resize column behavior on the column header rows after the first one (where you can see the column boundaries)?
Thanks for your help,
Cathy Noakes
AD
Administrator
Syncfusion Team
May 11, 2005 10:37 PM UTC
In the ResizeColsBehavior property, make sure the InsideGrid flag is checked.
CN
Cathy Noakes
May 12, 2005 03:52 PM UTC
Perfect! You''ve come through for me once again.
Thanks,
Cathy