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
475
Ultrawingrid drop down list
posted

If an ultrawingrid cell is enabled as a drop down list, what method would capture the event if any item from that drop down list is selected?

Parents
No Data
Reply
  • 469350
    Offline posted

    You can use the CellChange event to trap when any cell is changed. Note, however, that you must use the Text property of the cell to determine the new (edited) value of the cell. You cannot use the Value property because Value reads from the underlying data source, which will not be updated until you leave the cell (or possibly the row, depending on the UpdateMode property).

Children
No Data