Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
Cell not updating when clicking from Cell to Change Tab
posted

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. 

Parents
No Data
Reply
  • 34810
    Verified Answer
    Offline posted

    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

Children