Required library edition:
Required library file: dhtmlxgrid.js
gets the value of the cell as it's displayed in the grid
Returns: string
mygrid.cells("row1",3).getTitle(); // ->"$12.99" mygrid.cells("row1",3).getValue(); // ->"12.99"
See also: getValue