Hello. A long time without posting on the forum. I have a problem using new functionality of drag and drop between grids. I have 2 grids on my page. Everything seems to works fine until i call getDataIDs method.
If I drag a row from the first grid to the second one, it moves like it should. But when i call getDataIDs method (on the target grid) i get the following result (showing with alert for debug): dnd_107,3104,3118 . 3104 and 3118 where ids of rows that already were in the second grid at the start of the page. dnd_107 was the row that i drag from the first grid and drop into the second. The real id of that row was a number like the others. Do anybody knows why is this happening?
Thank you.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top