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
990
2 questions
posted

In xamDataGrid there is the possibility to drag a column after or before another column?

In xamDataGrid there is the possibility to remember column width set by user?

Thanks

Parents
  • 9694
    posted

    Hello,

    I just noticed no one has yet responded to your query.

    There is not an easy way to support dragging columns to re-order them. You could do it by writing your own logic for implementing a drag event. You would then need to programmatically reset the column indexes for the Field layouts.

    You can request this feature at the following web page:
    http://devcenter.infragistics.com/Protected/RequestFeature.aspx

    To remember user settings, you will need to save these programmatically and reset Field Layout widths programatically as well. This is another feature that is worth requesting.

    Thank you,

Reply Children