Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Client Side Column Moving is not working
posted

Hi All,

We have to implement column moving feature in Infragistic grid 7.3 .

We bind the grid data in page load and set following property- 

mobjCServerGrid.DisplayLayout.AllowColumnMovingDefault = AllowColumnMoving.OnServer;

It works but display wrong result.

then i have used client side Column Moving using following -

mobjCServerGrid.DisplayLayout.AllowColumnMovingDefault = AllowColumnMoving.OnClient;

but it doest not work.

Any Idea ?

Thanks