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?
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.
I'm sorry, but I cannot show you the sources because of my organization's restrictions. But my question was asked to understand the reasons of such behaviour in general than to understand why it happens in my code.
May be there are any reasons why it could happen?
Thank you!