Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
UltraStatusBar and CAB Commands - StatusPanel as a Button
posted

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

Parents
No Data
Reply
  • 54937
    Offline posted

    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.

Children
No Data