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
470
it's possible to move rows up and down in the grid control.
posted

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

Parents
No Data
Reply
  • 28464
    posted

    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.

Children
No Data