How can I change the position of a row in the igGrid? I wan to move the selected row down or up in the grid?
Thanks
Hi,
Currently the grid doesn't support this functionality. If you simply want to re-order rows via drag and drop, you can look at the jQuery UI's draggable / droppable. Please keep in mind that after rebinding, or any operation that causes rebinding - such as sorting / filtering / paging / grouping, this re-odering of the rows will be destroyed because the grid will rerender its data.
Thanks,
Angel