Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
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.