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
140
UltraWinGrid checkbox columns
posted

Hi
I have a ultrawingrid consisting of two binded checkbox columns only. I want to make those columns mutually exlusive so if i check one the other have to be unchecked. To achieve that i am using AfterCellUpdate event to update the binded object, this is working fine except that this event does not fire until the user leave the cell and i want to perform the update the object and refresh the control after the user had checked or unchecked any checkbox.
Question i short, can the object be updated and the grid row refreshed just after the user check\uncheck each cell?

Thanks

Parents
  • 21795
    Verified Answer
    Offline posted

    Hello Elio,

    You are on the right way. What you have to change is the event you are using. To achieve immediate update of the other checkbox you need to use CellChange event.

    Please find attached a sample solution and let me know if this is what you are looking for or if I am missing something.

    CAS-144362-J0C1Z3.zip
Reply Children