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
<script type=
"text/javascript"
>
var
x = 0;
function
OnClientDropDownOpening(sender, args)
{
if
(sender.get_text().length == 0)
(x == 0)
args.set_cancel(
true
);
}
else
OnClientKeyPressing(sender, args)
val = args._domEvent.keyCode;
(((val > 95) && (val < 106)) || ((val > 64) && (val < 91)))
x = 1;
sender.showDropDown();