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?
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.
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.