Hi,
I would like to know which method/object I can call/instantiate to launch the grid designer at runtime. Also, I need to be able to launch the UltraCombo designer!
Thanks!
James
Hi James,
I'm 95% sure this is not possible. If you want to double-check, I recommend that you Submit an incident to Infragistics Developer Support
Hi Mike,
Is there any way you can get a definitive answer - it must be quite a common requirement! I don't need it to be runtime activated, provided I can get it to activate in design-mode on the user-control. And I don't want to my usercontrol to inherit from your grid!
Thanks for your help!
I don't beleive this can be done.
Hi again,
Perhaps I should expand the problem a little to assist with someone answering the question...
I have created a user control that has a couple of controls within, one of them a grid. When I drop the user control onto a form I would like to be able to activate the designer for the grid so it can be setup (as I would like to do with a combo, if I was using one within the control).
I thought that a method around this would be runtime activation, but actually even design-time activation of the designer would be nice, if I could do it to the user control. Would it work if I exposed the inner grid, and added some smart tag which would allow a similar activation to "Ultragrid Designer" on the pop-up menu?
Thanks in advance!