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
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.