Today I went looking for the CSOM for WebDatePicker since it was obvious that our old JavaScript from the legacy controls was not working the same way. Sadly, I think that I could find CSOM documentation for just about every control *but* the WebDatePicker.
Hi Alan,
You can find the WebDatePicker CSOM under the WebTextEditor. All of the AJAX editors are placed there as they inherit from the WebTextEditor. Here's a direct link to the CSOM:
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebTextEditor~Infragistics.Web.UI.WebDatePicker_members.html
You can also find it through the Developers Guide -> Controls -> WebDatePicker section of the documentation:
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebDatePicker_CSOM_Overview.html
Please let me know if I can be of any further help with this matter.
How is anyone supposed to know that its buried under WebTextEditor? How about if nothing else, you guys provide a link from the higher level to the lower level? Also, did you click on that second link, because I am guessing you used the left frame to navigate somewhere which didn't change the URL in the browser. Because that second link is totally useless. I don't even know why it's even published.