Grid.IsCellEditable

boolean Grid.IsCellEditable ( 

string ObjectName,

number Row,

number Column )

Example 1

bEditable = Grid.IsCellEditable("Grid1", 3, 0);

Returns true if the cell in row 3 column 0 is editable

See also:  Related Actions