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
80
Need to drag'n drop any row from one wingrid to another one
posted

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 

  • 469350
    Offline posted

    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?