We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Bug on DropDownCallender

I put a dropdownCalender on an aspx page and I put the enabled propertie to false.
I have an alert Jscript message : no correspanding type !! on this function

function Create()
{
m_oCalendarEl = DOM.GetElById( sRootID + "_DropDown", m_oRootEl );
if( DOM.IsIE() || DOM.IsMoz() )
{
m_oOverlayFrameEl = DOM.GetElById( sRootID + "_Frame", m_oRootEl );
}

document.body.appendChild( m_oCalendarEl );
if( null != m_oOverlayFrameEl )
{
document.body.appendChild( m_oOverlayFrameEl );
}
DOM.AddAtlasFeatures( m_oRootEl, Dispose );
}

the bug appear here :
document.body.appendChild( m_oCalendarEl );

m_oCalendarEl have a no correspanding type


5 Replies

RS Rajarajeswari S Syncfusion Team January 28, 2008 10:09 AM UTC


Hi Faleh,

I regret for the delay in responding.

DropDownCalenadr control has the property called ClientObjectID. This property is used to access the control on the client side. Please refer the below code snippet which illustrates this:

$ssw:DropDownCalendarControl ID="DropDownCalendarControl1" ClientObjectId="DropDownCalendarControl1" runat="server">
$/ssw:DropDownCalendarControl>


function Create()
{
m_oCalendarEl = DropDownCalendarControl1;
document.body.appendChild( m_oCalendarEl );
}

Note:

Here "$" is used instead of "<".

Please try this, if still the problem exist Could you please send us a simple sample or reproducing steps to reproduce the issue so that we could sort out the cause of the issue and provide you a solution?

Regards,
Raji



FA Faleh January 28, 2008 02:19 PM UTC

Hi

there is an example on the attachement.
please enable debug javaScript on Internet Explorer to view the Bug!

thanks for the help !



DropDownCallendar.zip


YG Yavanaarasi G Syncfusion Team January 29, 2008 01:51 PM UTC

Hi Faleh,

Thanks for your update.

Bug on dropdowncalender

As you have mentioned here, I tried to run your sample. But I am not able to reproduce the issue. Please refer the following video clip:

http://websamples.syncfusion.com/samples/Tools.Web/5.2.0.25/71239/main.htm

Please have a look at the above video clip and let me know if I am missing something.

Regards,
Yavana.G




FA Faleh January 30, 2008 09:31 AM UTC

you shoud enable debug javaScript on Internet Explorer to view the Bug!

please take a look to the attachement files

thanks




attachement.zip


YG Yavanaarasi G Syncfusion Team February 4, 2008 01:26 PM UTC

Hi Faleh,

Sorry for the delay in responding.

I am able to see this issue in version 5.2.0.25. But this issue does not reproduce in our latest version. We recommend you to upgrade our latest version Essential Studio 2008 Volume 1.

Here is the download link:

http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=70234

Please let me know if you have any concerns.

Regards,
Yavana.G



Loader.
Live Chat Icon For mobile
Up arrow icon