Hi,
How i can move row up and down in the UltraGrid.
means i want to drag the row up and drag the row down on the same grid.
Can u plz guide me how it is possible.
Thanks in Advance,
What part of this are you having trouble with? Drag and Drop events are pretty much the same for every control. To move a row in the grid, you use the grid.Rows.Move method.