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
190
Drag and Drop orderable rows
posted

I would like to enable the grid to have drag and drop rows, that will allow the grid rows to be ordered very dynamically.  Is there away to do this?

Parents
  • 23953
    Offline posted

    Hi,

    Currently there is no such feature in igGrid. You can try to instantiate jQuery UI Sortable on the grid tbody element, but then you'll need to implement some custom logic in order to save the new row index in the grid.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc.

Reply Children