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