Completed
Last Updated: 11 Jun 2020 16:31 by ADMIN
Release R2 2020 SP1
ADMIN
Peter Milchev
Created on: 23 Aug 2018 08:45
Category: RibbonBar
Type: Bug Report
0
Repaint triggers ResponsiveCheck for Vertical ToolBars
Workaround: 

Telerik.Web.UI.RadToolBar.Views.Lite.prototype._repaint = function () {
    this._updateItemsTextAndImage();
    this._showAllHiddenItems();
    if (this._owner.get_orientation() == Telerik.Web.UI.Orientation.Horizontal) {
        this._responsiveCheck();
    }
}
0 comments