gets dhtmlXGridCellObject object
row_id | string|number | row id |
col | number | column index |
dhtmlXCellObject | object of the specified cell |
var cellObj = myGrid.cells(row_id, col);
If there are no arguments, the method gets dhtmlXGridCellObject object of the currently selected cell
Back to top