In a webdatagrid, what is the different of these two functions when a cell value is changed or edited?
set_text() only changes HTML text of the TD, it does not affect cell's value and does not create a transaction to update data source. set_value() does all of these.
If i use set_text(), does it get commited on a client side behavior commit?