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
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
This seem to cause the onchange event to be called befor the change on the combobox happens: @(Html.Telerik().ScriptRegistrar().Globalization(true).DefaultGroup(group => group.Combined(true).Compress(true)).OnDocumentReady(@<
text
>
var euid = $("#Ticket_EndUserID").val();
var combobox = $('#_AutoCompleteEU').data('tComboBox');
var selectItem = function (dataItem) {
//dataItem argument is a ComboBox data item.
return dataItem.Value == euid;
}
combobox.fill(function () { //binds the combobox
combobox.select(selectItem);
});
var euid1 = $("#Ticket_ClientCompanyID").val();
</
>));