Hi,
when I try to update database with an async before row update event e.Row cannot be used (IsAddrow, DataChanged and e.Cancel not working)
how can i handle async update without losing link of e.Row param.
after aysnc call in before row update event, row is updated even e.cancelled is true
Hello Abdurrahman,
My team and I have done an initial review of this thread, and I believe we will need a bit more information from your end to really understand what is happening on your end. Can you please provide some further information on the following?
1. Can you please elaborate on what you mean by an “async before row update event” in this case? The UltraGrid owns the BeforeRowUpdate – I am unsure how this would be fired asynchronously?
2. How exactly are you going about doing this asynchronous update such that it fires the BeforeRowUpdate event of the grid?
3. If you have an isolated sample project that demonstrates the behavior you are seeing, this would be most helpful.
Please let me know if you have any other questions or concerns on this matter.