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