Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
730
Difference of set_value() and set_text()
posted

In a webdatagrid, what is the different of these two functions when a cell value is changed or edited?

Parents
No Data
Reply
  • 14049
    Suggested Answer
    Offline posted

    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.

Children