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
115
Change the column Position
posted

Hi All,

 

I want to change the column position for the XamDatagrid. Like Drag and drog one column to another column position. Can any one help me out.

Parents
No Data
Reply
  • 4850
    Offline posted

    There is currently no support for doing this automatically.

    If you wanted to implement your own dragging logic then the way to change the position is by setting each Field's Column (and/or, ColumnSpan, Row, RowSpan) properties. However, in order for these settings to be honored you also have to set the FieldLayoutSettings' AutoArrangeCells property to 'Never'.

     

Children