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
function
Click()
{
var
pkr = $find(
"<%= StartDate.ClientID %>"
);
pkr.get_dateInput().clear();
}
pageLoad()
"<%= DatePicker1.ClientID %>"
pkr.get_dateInput()._styles.EnabledStyle[0] +=
"border-color: Red;"
pkr.get_dateInput().updateCssClass();