When the buttons are visible on the screen and I click on the button the GroupClick event fires. The same is not true when I click on the overflow button and click an item from the overflow list. Which event should I be checking? Hopefully the images will help explain my issue. When I save off the Explorer Bar settings how do I over write them if a new item is added?
Group Click Event Fires if I click on any of the icons below.
Group Click Does Not Fire if I click on Report Viewer.
No I have not been given any solution. I cannot create a sample project from our current solution. Maybe down the road when I have some extra time I can create a sample. I have the same described issue as you. I want to do something each time a group is clicked not just when the selected group changes.
Hi,
I'm have the same problem, did you find any solution?
I need to find event firing when user clicks on group hidden in QuickCustomizeButton, unfortunately SelectedGroupChanged event is not enough because I want to catch it every-time user hits hidden group, not only when changed.
I will attempt to get a sample application created.
Hello Michael,
Can you please send me a sample application which reproduces the issue, so that I can debug it on my end?
Thank you,
I scanned our entire solution and I did not find any NavigationContextMenuInitializing event being handled. The items are getting moved into the NavigationContextMenu when I click on the show fewer buttons button. It must recognize the click because my Navigation Pane Items change correctly it is just not firing the event GroupClick that I am testing for.