Completed
Last Updated: 02 Dec 2021 16:14 by ADMIN
Release R1 2022
ADMIN
Created by: Telerik Admin
Comments: 1
Category: ToolBar
Type: Feature Request
21

			
Duplicated
Last Updated: 02 Dec 2021 16:16 by ADMIN
Completed
Last Updated: 16 Mar 2015 15:05 by ADMIN
Completed
Last Updated: 27 May 2015 07:00 by ADMIN
The disable buttons of RadToolbar do not appear as disabled under in IE7, IE8, and Chrome.
Unplanned
Last Updated: 27 Mar 2015 14:54 by Gustavo
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: ToolBar
Type: Feature Request
2
A placeholder feedback item for responsive toolbar based on customer feedback:

* Adaptive (width-wise) toolbar sort of like Kendo's
* Allow hiding text / hiding items on smaller devices
Unplanned
Last Updated: 21 Oct 2020 07:06 by ADMIN

The issue can be reproduced in Chrome, Edge, FireFox.

Steps to replicate: In the browser, navigate to the RadToolBarButton and press enter. (click is not performed and events are not fired)

<script>    
    function buttonClicked(sender, args) {
        debugger;
    }
    function buttonClicking(sender, args) {
        debugger;
    }
</script>
<telerik:RadToolBar ID="RadToolBar1" runat="server" OnClientButtonClicked="buttonClicked" OnClientButtonClicking="buttonClicking">
    <Items>
        <telerik:RadToolBarButton Text="Button"></telerik:RadToolBarButton>
    </Items>
</telerik:RadToolBar>

Completed
Last Updated: 22 Aug 2013 14:33 by ADMIN
Won't Fix
Last Updated: 08 Jun 2022 08:19 by ADMIN

 <telerik:RadToolBar ID="toolbarRibbon" runat="server" Orientation="Horizontal" Width="100%" RenderMode="Lightweight"

           OnClientButtonClicking="OnClientButtonClicking"
          OnClientButtonClicked="OnClientButtonClicked">
        <Items>
            <telerik:RadToolBarButton ID="toolBtnAnalyses" runat="server"
                Text="Analyses"
                Visible="true" Target="_blank"
                NavigateUrl="About.aspx" 
                ImagePosition="AboveText" CheckOnClick="true" ImageUrl="Content/chart.png" />
              <telerik:RadToolBarButton ID="RadToolBarButton1" runat="server"
                Text="Analyses"
                Visible="true" 
                NavigateUrl="About.aspx" 
                ImagePosition="AboveText" CheckOnClick="true" ImageUrl="Content/chart.png" />
        </Items>
    </telerik:RadToolBar>

 

There is a workaround if the button's ImagePosition is set to "Left" or "Right":

.rtbImage {
    pointer-events: none;
}


			
Unplanned
Last Updated: 06 Dec 2017 09:34 by ADMIN
Replicated only when Orientation=Vertical. The problem seems to be the _responsiveCheck function of Toolbar\Views\LiteView.js called from the _repaint method of the same file.

screencast: https://www.screencast.com/t/SF5b1KZR7pIp

screenshot before/after https://www.screencast.com/t/KG645ZgX

Workaround: calling toolbar.get_view()._showAllHiddenItems(); after adding programmatically the buttons.
Completed
Last Updated: 08 Sep 2020 13:06 by ADMIN
Release R3 2020
Cookie law loads a <form> tag before the <form> tag of the framework, hence the dropdown is placed in the hidden cookie form instead of the correct one.
Completed
Last Updated: 23 Oct 2017 20:34 by Virgil Rodriguez
ADMIN
Created by: Peter Filipov
Comments: 3
Category: ToolBar
Type: Feature Request
0
In order to prevent clicking on the same button twice, when server-side click button is handled, the RadToolBar should be disabled or the clicked button. For that reason we are going to expose the following property:
SingleClick = None/Button/ToolBar.

In case that you want SingleClick property on RadToolBarButton, please leave us a comment with your feedback.
Declined
Last Updated: 06 May 2022 12:19 by ADMIN
Unplanned
Last Updated: 18 May 2015 09:04 by ADMIN
Won't Fix
Last Updated: 02 Dec 2015 12:10 by ADMIN
Declined
Last Updated: 22 Jun 2022 10:55 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: ToolBar
Type: Bug Report
0

			
Planned
Last Updated: 14 Jan 2022 11:03 by ADMIN
Scheduled for R1 2022 SP1
ADMIN
Created by: Peter Milchev
Comments: 0
Category: ToolBar
Type: Bug Report
0

			
1 2