Hi,
I have created two RadGrid's each of which is contained in a RadDock.
I have tried to implement rows drag and drop functionality between the two RadGrid's.
But the RadGrid on which some taken rows are dropped is not refreshed right after the taken rows have been dropped on it,
while the RadGrid from which the rows are taken refreshes fine.
If the two RadGrid's are not cotained in RadDocks, they work fine.
So I guess that it happens because the RadGrid's are contained in RadDock's
Please help me.
Thank you