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 Brandon,
Setting empty Localization strings for the target buttons will hide their tooltips:https://docs.telerik.com/devtools/aspnet-ajax/controls/window/accessibility-and-internationalization/localization
For example:
<telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true"> <Localization Close="" Cancel="" Maximize="" Minimize="" /> </telerik:RadWindow>
Regards, Vessy Progress Telerik