Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I try to update to the last version of telerik but I got an issue with a new fonctionnality (ref image) How can I disable it, I must be blind.
Thx.
<
CommandItemTemplate
>
asp:Image
ID
=
"Image1"
runat
"server"
ImageUrl
"Images/LogoSeppBlue.png"
AlternateText
"SEPP"
></
telerik:RadToolBar
CssClass
"batchRadToolBar"
RenderMode
"Lightweight"
Skin
"Windows7"
"RadToolBar1"
OnClientButtonClicking
"onToolBarClientButtonClicking"
AutoPostBack
"false"
Items
telerik:RadToolBarButton
Text
"Add"
CommandName
"ADD"
"Images/Add.png"
</
"Save"
"SAVE"
"Images/Save.png"
"Cancel"
"CANCEL"
"Images/Cancel.png"
"RadToolBar2"
OnButtonClick
"RadToolBar2_ButtonClick"
telerik:RadToolBarDropDown
"Images/ExcelSobre.png"
Buttons
"RadToolBarButtonFiltered"
"Images/export-icon.png"
"Filtered"
"Filtered result set"
"RadToolBarButtonTechnical"
"Technical"
"With hidden column"
"RadToolBarButtonHeader"
"Header"
"Only Header"
Visible
"true"
Enabled
Value
"FileUpload1"
"RadToolBarButtonImport"
"Images/import-icon.png"
"Import"
ItemTemplate
span
class
"rtbLink"
id
"ButtonImport"
img
src
"rtbImage"
/>
asp:FileUpload
AllowMultiple
ClientIDMode
"Static"
onChange
"confirmed=true;this.form.submit();"
"RadToolBar3"
"Refresh"
OuterCssClass
"refreshButton"
"refresh"
"REFRESH"
"Images/Refresh.png"
Finally found it, simpy need to add : OverFlow="Never" to each radtoolbar / radtoolbarbutton.