AD
Administrator
Syncfusion Team
December 6, 2006 01:47 AM UTC
Hi Bruno,
Thank you for your support to Syncfusion products.
We are looking into this and we will get back to you at the earliest.
Thanks for your patience.
Regards,
Sureshsekaran.
AD
Administrator
Syncfusion Team
December 7, 2006 01:35 PM UTC
Hi Bruno,
Please insert the following code snippet in DropDownCalendar 'OnValue Change ' client side event.
function OnValueChange(obj)
{
var parentElement=document.getElementById(obj.Element.id);
var calendarElement = parentElement.lastChild;
calendarElement.style.display = "block";
}
Please try this and let me know if this helps.
Thank you for your interest in Syncfusion products.
Regards,
Sureshsekaran.