Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Tina Stancheva
Created on: 03 Feb 2012 10:41
Category: RibbonView
Type: Bug Report
1
RibbonView: The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
1 comment
ADMIN
Kiril Vandov
Posted on: 18 Aug 2014 08:18
Declined: This feature will not be implemented as it will cause breaking changes for big part of our clients. Also some users might want to close the MinimizedPopup only when certain buttons are clicked, not when all of the RbbonControls are clicked.
That is why we attached a sample project demonstrating how to close the MinimizedPopup using the SelectedIndex property of the RadRibbonView. The only thing we need to do is to bind the SelectedIndex of the RadRibbonView in our ViewModel and change its Value to -1 if the ribbon is minimized and close the MinimizedPopup.