Hello,
Does anyone know how to make an UltraStatusPanel, that has a style type of Button, be an invoker of a CAB Command? I noticed that there was a CommandAdapter for the status panel, but I get a Debug Assert when calling AddInvoker(ultrastatuspanel, "ButtonClick") to a CAB command.
I am using Infragistics version 2007.3
Thanks for the help,
Andrew
I think the assert criteria is incorrect - it should be checking that the invoker.UltraStatusBar is not null instead of checking the Control property. You can modify or remove that assert. If you still get a problem you may want to contact the support group.