Hello,
This is probably something easy but I can't find it.
We have a grid, and that grid is using AfterCellUpdate event to update an email address. That grid is in a tab control. When you change tabs, the datasource changes (or filters the list) to reflect data that is important to the tab.
The issue is that AfterCellUpdate does not fire when clicking on a new tab. I tried to use a few events (Leave, ExitEditMode, etc).
Thanks,
M.
Hello Michael,
I have been investigating into the behavior you are seeing, and I am under the impression that you mean that you are in edit mode when you switch tabs, and it is not firing the AfterCellUpdate. I have tried testing this against version 2021.2 of the Infragistics for Windows Forms toolset, but this event is firing correctly on my end.
I am attaching a sample project that demonstrates this. If you can please modify it and send it back such that it reproduces the behavior you are seeing, I will gladly take a look. Alternatively, if you have a sample project of your own that demonstrates this that you can attach, I can take a look at that instead.
Please let me know if you have any other questions or concerns on this matter.
UltraGridTabControlTest.zip
Thanks. One difference is that we are using an UltraTab, in a userControl in a split panel. But I went back and tested more and it seems to be working correctly in our application. I am sorry to have taken you time on this, but you did help confirm that it should work I think we tracked it down to being an async thing.
One other question : We have an ultratoolbarmanager docked to the shared controls page of that tab control. When the control first loads, there are no tabs (they get added as a user clicks on a tree control on the left side of the split container. The shared control page does not show until you click the first tab. Is there a way to have it show when it first loads?