This is a migrated thread and some comments may be shown as answers.

RadGridview row with data move up and down by button outside the grid

0 Answers 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mohan
Top achievements
Rank 1
Mohan asked on 18 Dec 2013, 11:14 AM
Hi,
I have a gridview loaded with a datatable.  I have 2 buttons "Up" and "Down" outside the grid.  The "Up" button takes the selected row and moves it up one row.  The "Down" button takes the selected row down a row. 

eg:
1  sample1
2  sample2
if selected row is sample1 and then i click down button, i need to change the grid row to
2 sample2
1  sample1

please give solution for this

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Mohan
Top achievements
Rank 1
Share this question
or