Hi;
i had looked all samples, tried every way to drag'n drop row from one grid to another one but i couldn't. is there any sample or anyone who can tell me how to do that...
sincerely
Hi,
Which part of this are you having trouble with?
There's no built-in row dragging functionality in the grid. So you essentially have to code this yourself using the DragDrop event that are on Control, and thus inhertied by every control, including the grid.
What exactly do you want to happen when you drag a row from one grid to another?