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
FocusedStyle-BackColor
<
telerik:RadNumericTextBox
ID
=
"Amount"
runat
"server"
Width
"85px"
ReadOnly
"true"
"Lavender"
MaxLength
"8"
>
</
ReadOnlyStyle-BackColor
telerik:RadComboBox
"RadComboBox_Unit"
AutoPostBack
AppendDataBoundItems
"70px"
DataValueField
"unitcode"
DataTextField
"unitdesc"
<script type=
"text/javascript"
function
OnClientFocus()
{
var
comboBox = $find(
"<%=RadComboBox1.ClientID %>"
);
input = comboBox.get_inputDomElement();
input.focus();
input.style.background =
"Yellow"
;
}
</script>