RibbonBar.RibbonBarItemButton Events are not fired

Answered
0
0

Hi,

There is a bug with RibbonBarItemButton Events.

The Click,ItemClicked events are not fired for a specific BarItemButton

Thanks

Orel.

  • You must to post comments
Best Answer
0
0

Two problems:

 

  1. RibbonBarItemButton.ItemClick  is a click on a child item, see description of the event in intellisense. The click event is RibbonBarItem.Click. Your test app is handling the RibbonBar.ItemClick (which is the click on a child item, which works correctly) and RibbonBarItemButton.ItemClick, which is a click on a child item of the button. If you handle RibbonBarItemButton.Click it will work.
  2. RibbonBarItemButton.ItemClick is not routed back from the RibbomBar, this is a bug. You can find the fixed code on github: https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Web.Ext.RibbonBar
  • Orel Gabay
    Thanks Luca , now it work. you are the best. Orel.
  • You must to post comments
0
0

Hi,

please see attached project.

Orel

Attachment
  • You must to post comments
0
0

Just tried the RibbonBar sample in /Examples and all the events seem to work fine.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.