dropdownCalendar

hello,
i'm a new customer for syncfusion products who are great.
I'm using the dropdowncalendar but I have a problem.
just after I select a date in the calendar, the vertcial scroll is reset to 0
in fact I see that there's a link for each date with the # anchor
can I change something to disable this reset ?
(for example put somewhere #nogo)

thanks fro response

2 Replies

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.

Loader.
Up arrow icon