3.2.0

Is setCellData the same as setCellText?

I Cannot find a reference page in the documentation for setCellText, although all the examples seem to use setCellText but they appear identical in syntax. Are they effectively the same? Also could you point me to the docs page for setCellText? Thanks
Deanio
October 30,
Hi,

The documentation for setCellData, setCellText and setCellValue are at:

http://www.activewidgets.com/aw.ui.grid/cell-data.html
http://www.activewidgets.com/aw.ui.grid/cell-text.html
http://www.activewidgets.com/aw.ui.grid/cell-value.html

Lots of information about these are in the post at http://www.activewidgets.com/javascript.forum.11892.13/philosophy-of-setcelldata-vs-setcelltext.html

Regards,
Ankur
Ankur Motreja
October 30,
In a few words the cell text goes directly to html while the cell data is first parsed into the cell value and then formatted to the cell text.
Alex (ActiveWidgets)
October 30,
Great thanks, that makes much more sense now.
Deanio
November 1,

This topic is archived.

See also:


Back to support forum