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
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
protected
void
RadGrid_ItemDataBound(
object
sender, Telerik.Web.UI.GridItemEventArgs e)
{
if
(e.Item
is
GridEditableItem && e.Item.IsInEditMode)
GridEditableItem dataItem = (GridEditableItem)e.Item;
RadDatePicker picker = (RadDatePicker)dataItem[
"DateTimeColumnUniqueName"
].Controls[0];
picker.DateInput.Attributes.Add(
"OnError"
,
"DatePickerValidation(),return false"
);
}
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
rdpShipDate_SelectedDateChanged(
sender, EventArgs e)
RadDatePicker rdpShipDate;
kode
rdpShipDate = (sender
as
RadDatePicker);
(rdpShipDate.InvalidTextBoxValue.Length > 0)
return
;