Hi,
I have a problem selecting a correct item, when filtering is used for the column. I have implemented similar project as described here:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultvb.aspx
My project uses the example code almost as is, except I have enabled filtering for the columns. When filtering is used and I try to move item from first grid to the other, a wrong item is moved. Also the filtering is lost in RowDrop event. It seems that NeedDataSource event takes place before the RowDrop event and automatically binds a non-filtered datasource to the grid. The RowDrop event then searches the item moved and wrong item is identified and moved.
I have two questions. How to avoid losing filtering in rowdrop event and how to fix the problem that causes wrong item to be selected from the source grid?
Thanks,
Veli-Pekka
I have a problem selecting a correct item, when filtering is used for the column. I have implemented similar project as described here:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultvb.aspx
My project uses the example code almost as is, except I have enabled filtering for the columns. When filtering is used and I try to move item from first grid to the other, a wrong item is moved. Also the filtering is lost in RowDrop event. It seems that NeedDataSource event takes place before the RowDrop event and automatically binds a non-filtered datasource to the grid. The RowDrop event then searches the item moved and wrong item is identified and moved.
I have two questions. How to avoid losing filtering in rowdrop event and how to fix the problem that causes wrong item to be selected from the source grid?
Thanks,
Veli-Pekka