Match data for dnd

Hi



I am using dnd, I want to match the data between the grids. I.E the row which i drag to be compared with the data in a particular column of the landing grid.



how can i achieve this.



thanks



Sam

You can use onDrag event, it occurs when dragged row droped on target row
Event provides IDs of target and source rows, so you can compare data or do any other necessary actions.