We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon