Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by shalini on Aug 21, 2009 04:23
open dhtmlx forum
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");