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
308
Column drag/drop in child band on drag and drop in band[0] in ultragrid
posted

Hi Guys,

I have a ultrgrid that is bound to a data source at run time.

I have got 2 bands in it and that have some same columns.

I have a requirement that whenever user drags and drop the columns in band[0], the respective column in band[1] should be moved the same way simultaneously with the the column in band[0]

Please help!!!


Regards,
Sanjiv

  • 469350
    Suggested Answer
    Offline posted

    Hi Sanjiv,

    What, specifically, are you having trouble with?

    There's no build-in functionality in the grid to do this. You would have to code this yourself and update the grid's underlying DataSource when the row is dropped.