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
580
UltraGrid OnBeforeColumnChooserDisplayed event doesn't fire in most cases.
posted

Hello! I have a problem. I have a component that has UltraGrid component on it. Let's call it MyComponent. And I use it in different situations and load different data to it from different data sources. Some of them load lazily  from these data sources, some instantly. I subscribe to OnBeforeColumnChooserDisplayed of my UltraGrid object to change some properties of column chooser dialog.

In some cases it fires the event, in some - not. Debugger doesn't go to the event handler.  But column selector windows is shown every time, even when the events is not fired.

And I think that it doesn't depend of bindings.

What can be the reason of this behaviour?

Parents
  • 71886
    Offline posted

    Hello Yuri,

    Could you please try to attach if possible a small sample project reproducing the above mentioned issue, since I am not able to reproduce it.

    I will be happy to take a look at it and research this further for you.

Reply Children