I have extended the Date Widget into my own implementation by following the online examples. All is working nicely pretty much.
The issue I have is when the Widget is initialized twice. We get this in production with some Anthem based controls which handle the postback and update (not Ajax).
But I can recreate this issue simply by having the date picker on a html page with a button that calls the initialize twice. I have created the following dojo example:
http://dojo.telerik.com/@andez2000/eHEZA/31
If you click the "Init Date Picker" button after you run the example, the width of the widget changes to 100% - not what I asked for... You can see this getting fired inside of kendo.
Is there a nice way not to reinitialize the date picker under these circumstances. Ideally if I could handle this inside of kendoExtendedDatePicker.init would be good.
Thanks