How do I reorder columns visually in regular Grid

Hi, In DataBoundGrid, when the user drags a column to the right/left and drop it, the columns are re-ordered. How do I enable this kind of behavior in regular (non-databound) grid? Can some one post a sample of this. thanks, - Reddy

1 Reply

AD Administrator Syncfusion Team November 7, 2002 10:41 AM UTC

You set the GridControl.AllowDragSelectedCols property. this.gridControl1.AllowDrawSelectedCols = true;

Loader.
Up arrow icon