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.
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.