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
<
telerik:RadComboBox
ID
=
"RadcboCourse"
AllowCustomText
"false"
EnableTextSelection
runat
"server"
Width
"186px"
OnSelectedIndexChanged
"RadComboBox1_SelectedIndexChanged"
/> how to hide cursor inside combobox....
DataSourceID
"SqlDataSource1"
DataTextField
"text"
>
</
<script type=
"text/javascript"
function
pageLoad() {
var
combo = $find(
"<%= RadcboCourse.ClientID %>"
);
input = combo.get_inputDomElement();
input.disabled =
"disabled"
;
}
</script>