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?