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?
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 PavlovInfragistics, Inc.
I tried doing that but it does not work. I added these two lines in the jquery window ready function. Even tried putting it in the $.ig.loader function, but that does not work as well. Please assist. We have a need for this functionality and any help will be appreciated. Please respond to me at biren.ajmera@kochind.com as I'm not sure what email address this account is setup with.
$("#igGrid tbody").sortable(); $("#igGrid tbody").disableSelection();
Do you have any samples that may lead me in the right direction to accomplish this?