Posted 15 March 2021, 11:37 am EST
I have a bit of an issue on a VB.NET Winforms application using FlexGrid. I was sent this sample but it is in C# which I am not very familiar with and cannot make use of it.
https://www.grapecity.com/forums/winforms-edition/flexgrid---adding-and-edit
I have a Flex Grid and am allowing the user to make changes/insert rows. I am using the AfterEdit event to apply the changes but that event fires after every column is edited even if PreserveEditMode is set to true. Ideally, I want the user to hit Enter to end editing and commit the changes to the database but I am unable to figure out how to make that work.
Alternatively, if I knew when the user exited from the current row, I could make that work.