Is there any function which can check existence of particula

Is there any function which can check existence of particular rowId in grid?



Can you also provide some document which can state all supported methods of grid.





Thanks

Manoj K.


You can use ind=mygrid.getRowIndex(row_id). If current grid hasn’t row with such row id, ind variable will be undefined.


You can find all avalible grid’s API methods here dhtmlx.com/docs/products/dhtmlxG … grid_api_a