I am in the process of changing WebCalendar to WebExplorerBar , in order to migrate to 11.2 and although I can use get_selectedDate() client side to return the select date, I am unable to set the initial date to be other than "today" either by setting
SelectedDate or get_selectedDate() or otherwise.
Can someone suggest how this can be done either in the controls client initialize event or page load etc.
Thanks.
Hi jcad,
check out this forum post: http://community.infragistics.com/forums/p/57030/291439.aspx#it seems to be the same issue.
Thanks but I think the problem is due to the control needing to be in webpanel in order for it to update. I now have it working properly in a webpanel. However I want to avoid using a webpanel with it being an "old (non 11.2) control. Should I be able to use it within a WebExplorerBar (as per the one on one replacement guide?) Does anyone have an example of it being used this way?