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