I have an UltraGridColumnChooser with the click event handler associated with designer interface of visual studio.
But when i execute code, the event never seem to fire, this also happens with all the other events of the UltraGridColumnChooser events.
How can i solve my problem?
Hi,
I tried this out and I get the same results, the Click event does not fire. I'm not sure if this was done intentionally, but it seems like a bug to me, so I'm going to forward this thread over to Infragistics Developer Support so they can get it checked out.
In the mean time, if you can tell me what you are trying to do, and why you want to hook the Click event, maybe I can suggest an alternative.
Simply using Infragistics 10.1, i try to create a win form application with an ultragrid (ultraGrid1) bound to an ultradatasource of 3 columns.
In the same window i create an external ultragridcolumnchooser and setup the SourceGrid property to ultraGrid1 value. Then i create a Click event on ultragridcolumnchooser that simply show at run-time a message box as test application.
When i execute application and try to click on ultragridcolumnchooser no message box appeares.
I also try with MouseClick event and it doesn't work yet.
What's the problem?
What are you trying to accomplish with the events of the UltraGridColumnChooser?
Are you using a ColumnChooser internal to the grid or creating your own?
Which events, exactly, do not fire?
My guess is that whatever you are doing, you will need to use events of the grid, but it's impossible for me to guess without knowing what you are trying to do.