Indicates whether the cell is selected. This property is derived from the selected columns and selected rows arrays and used to calculate the cell state property.
var value = obj.getCellSelected();
obj.setCellSelected(value);
obj.onCellSelectedChanging = function(value){...};
obj.onCellSelectedChanged = function(value){...};
obj.onCellSelectedError = function(value){...};
alert(obj.getCellSelected(0, 0)); // check if the top-left cell is selected
Grid templates: cell
Cell model: text, image, tooltip, link, value, data, format, editable, state