GC-Combining column headers and moving them(columns) together

i am using Grid Control as Merge Grid in which i have merged three cells of first row as row Header under one Heading/Caption of zeroth row as header.i have three such headings in my Grid. i want to implement Drag n Drop Functinality by which i can Move one Heading along with Merged cells along with all rows to another location in Grid. How can i achieve this Please Guide me. Regards Ved

1 Reply

AD Administrator Syncfusion Team October 14, 2005 11:41 AM UTC

One way you can do this is to create your own mousecontroller. In version 3.3, a new controller was added to support moving columns just by mousing down on the header and dragging (not having to select the columns before mousing down). Here is a sample that modifies that mouse controller to support dragging columns with covered header cells. http://www.syncfusion.com/Support/user/uploads/CS_c7820925.zip

Loader.
Up arrow icon