dude, are you real? Did you noticed that the development stopped around 10 years ago?
What i plan to do is when the user changes a value in the table, i update a database with the new value. If there is an error during the edit, cancel the edit, and restore the original value. My issue is, that when using async/await in exp. during Validation, it doesn't halts the UI, it just continues to Finishing and Finished, and when it's done with the async operation returns to Validation. private void objectListView1_CellEditStarting(object sender, BrightIdeasSoftware.CellEditEventArgs e) {...
What i plan to do is when the user changes a value in the table, i update a database with the new value. If there is an error during the edit, cancel the edit, and restore the original value. My issue is, that when using async/await in exp. during Validation, it doesn't halts the UI, it just continues to Finishing and Finished, and when it's done with the async operation returns to Validation. private void objectListView1_CellEditStarting(object sender, BrightIdeasSoftware.CellEditEventArgs e) {...
What i plan to do is when the user changes a value in the table, i update a database with the new value. If there is an error during the edit, cancel the edit, and restore the original value. My issue is, that when using async/await in exp. during Validation, it doesn't halts the UI, it just continues to Finishing and Finished, and when it's done with the async operation returns to Validation. private void objectListView1_CellEditStarting(object sender, BrightIdeasSoftware.CellEditEventArgs e) {...
I'm dealing with the exact same issue. I have a very large list (30k) lines, each...
I'm dealing with the exact same issue. I have a very large list (30k) lines, each...
I'm dealing with the exact same issue. I have a very large list (30k) lines, each...
I'm dealing with the exact same issue. I have a very large list (30k) lines, each...