I am moving item from one grid to another grid successfully.
Problem is when i drag item from one grid to another i need to rebind grid which update whole grid.
I just want to update particular row, is it possible ?
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 04 Aug 2011, 11:08 AM
Hello Divyang,
To reflect the latest changes in the grid row structure you must invoke its Rebind() method.