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
470
How to fire BeforeRowUpdate event in UltraWinGrid
posted

 

Hi all,

 

I’m using UltrawinGrid Control in my window application.

BeforeRowUpdate event is firing when the row is focus changed to another row, but I’ve only one row that time how to update ultraWinGrid record or fire BeforeRowUpdate event.

BeforeRowUpdate is not getting fired because I’ve only one row.

 

Thanks in advance.

 

ateeqpasha
Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Ateeqpasha,

        The event fires when the row is committed to the underlying data source. When this happens depends on the UpdateMode property. You can also manually force an update by calling the Update method on the row or the UpdateData method on the grid, which updates all rows.  

Children
No Data