DHTMLX GRID

hi team,



I need to check wheather an Item Id already exists in the grid or not while i am dropping a new item in the grid.



Thanks & Regards

Shalini

You can use
if (grid.getRowIndex(id)!=-1) alert(“such ID is already in use”);