Hi,
i'm working on in the UltraWebGrid control.
i've task on moving rows up and down on buttons click. it's possible in the ultrawebgrid control.
please let me know,
thanks in adavance
ateeqpasha
Hello,
This is not something that the grid supports out-of-the-box, but you can probably write custom code to do that. Just make sure you add buttons to each row (can be in a templated column) and based on the click reorder the datasource (e.g. ADO.NET DataTable if you are binding to that), then rebind the grid.