I found this post regarding working with the WebDateTimeEditor client-side:
http://ko.infragistics.com/community/forums/t/76245.aspx
This won't work for me as I am creating a dynamic form. I do not know which controls will be rendered at design time. My form will have a "Clear" button. I did this with older versions of the WebDateTimeEditor using the igedit_getById method to get the CSOM to clear the values of infragistics controls. It doesn't appear to be available in version 2011.
Please advise how to get a reference to a control by its ID.
Thanks.
Hello Chad,
You can reference a control by ID using the $find function like this:
var dateTimeEditor = $find(“WebDateTimeEditor1”);
or
var dateTimeEditor = $find(‘<%= webdatetimeeditor1="" clientid="">’);
Please let me know if this helps.
Hi,
If you have any questions regarding the matter, do not hesitate to ask.