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
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Can anyone help with how to set name attribute within button element of Rad Combo Box?
The button appears when html is rendered - <button class="rcbActionButton" tabindex="-1" type="button">
Either client side or server side will work.
Hello John,
Yes, you can set the name property of the RadComboBox control button using the client-side event. Please see the shown code below:
<script> function OnClientLoadHandler(sender) { $("#RadComboBox1").find("button").attr("name", "buttonName"); } </script> <telerik:RadComboBox ID="RadComboBox1" runat="server" OnClientLoad="OnClientLoadHandler" RenderMode="Lightweight"> <Items> <telerik:RadComboBoxItem Text="Item 1" /> <telerik:RadComboBoxItem Text="Item 2" /> <telerik:RadComboBoxItem Text="Item 3" /> <telerik:RadComboBoxItem Text="Item 4" /> </Items> </telerik:RadComboBox>
Please give a try to my suggestion and let me know if any more questions arise.
Regards,
Valentin Dragnev Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.