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
1921
Moving columns in XamDataGrid
posted

Hi, I am using Infragistics grid version 9.1. I have given the option

xamDataGrid.FieldLayouts[0].Settings.AllowFieldMoving = AllowFieldMoving.WithinLogicalRow;

When the user tries to move a column in the grid, consider the scenario,
A grid has 5 columns with no horizontal scroll bar, then moving of colums are working fine.
Consider the grid is having 25 columns with horizontal scroll bar,
then we cannot move 20th (beyond the visible level) column to 1st column What shall i do for this?