:: Forum >>
obj.onCellDataChanging vs. obj.onCellTextChanging
What is the difference between these two functions?
obj.onCellDataChanging
obj.onCellTextChanging
wkim
Friday, June 9, 2006
text - what is visible on the screen
data - what comes from the data source
Often data == text but sometimes you are getting data in one format but want to display them in another. In this case the cell format object is used which transforms data to text (and back).
Alex (ActiveWidgets)
Monday, June 12, 2006
This topic is archived.
Back to support forum
Forum search