Is there a ColsMoving equivalent event in DataboundGrid?

Hi, I want to stop the user from rearranging certain columns. I have used ColsMoving event successfully in GridControl. But in DataboundGrid, it is not available (this is made interal). Is there an equivalent event in DataBoundGrid? thanks, - Reddy

1 Reply

AD Administrator Syncfusion Team January 23, 2003 05:32 PM UTC

Nevermind, I figured it out. I could use grid.Model.ColsMoving += ..... thanks, - Reddy

Loader.
Up arrow icon