Categories | Question details Back To List | ||
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 Answer posted by Supoport on Aug 21, 2009 05:26 You can use if (grid.getRowIndex(id)!=-1) alert("such ID is already in use"); |