DHTMLX Docs & Samples Explorer

getTitle()

Required library edition: This method works with any edition of DHTMLX library
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