Hello,
I've built a UserControl.ascx that consists of a RadGrid using an inline editor and a DateTimePicker column. This UserControl works fine on ordinary aspx pages but once I place this UserControl in a RadWindow the DateTimePicker breaks. I tried turning off the picker by setting "PickerType='None'" and the error went away. How can we get the DateTime Pickers to work. Please help.
The error:
"Line: 6517
Error: 'this.get_timeView()' is null or not an object"
The Telerik Code piece:
{var a=Telerik.Web.UI.RadDateTimePicker.TimePopupInstances[this.get_timeView().get_id()];
Thanks.
I've built a UserControl.ascx that consists of a RadGrid using an inline editor and a DateTimePicker column. This UserControl works fine on ordinary aspx pages but once I place this UserControl in a RadWindow the DateTimePicker breaks. I tried turning off the picker by setting "PickerType='None'" and the error went away. How can we get the DateTime Pickers to work. Please help.
The error:
"Line: 6517
Error: 'this.get_timeView()' is null or not an object"
The Telerik Code piece:
{var a=Telerik.Web.UI.RadDateTimePicker.TimePopupInstances[this.get_timeView().get_id()];
Thanks.