DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » Calendar is not work when using in the first tab control (Version 3.9 demo)

Calendar is not work when using in the first tab control (Version 3.9 demo)

Dear Team,

I tried to develop the application using tab containner . The event is not be able to move or resize in the first tab.Is this bug?

Regards,

Surerat

surerat - 9/12/2007 10:17:32 AM
Do you mean TabContainer from ASP.NET AJAX Control Toolkit? That's a know bug and I'm working on a fix. If everything goes well t could be available in the next SP.
Dan Letecky - 9/12/2007 11:13:15 AM
Thanks. I'm looking forward to it.
surerat - 9/13/2007 4:01:50 AM
I've found the problem and it's now fixed. The fix will be a part of the next SP.
Dan Letecky - 9/14/2007 10:38:20 AM

Hi,

We have a webapplicationthat has to be used by 200 people at a time therefore we try to get the load down by loading the ajax tabs on demand. cos its a huge file that the people only occasionally need.

when we put the file in a on domand tab it doesnt work. if we put the calender on a normal tab it works.
Do you have a spolution?

Greets,

Jelle de Vos

Jelle de Vos - 9/19/2007 3:29:41 PM
I'll need to test it. There might be a problem with running the initialization JavaScript code in the on-demand tab.
Dan Letecky - 9/19/2007 8:46:45 PM
Jelle,

How do you force the Panel to load on demand? Do you use an UpdatePanel (something like this - http://dotnetslackers.com/Ajax/re-56904_How_To_Make_Tab_control_panels_load_on_demand.aspx)?
Dan Letecky - 9/20/2007 11:25:22 AM

Yeah thats the one. Works perfectly. Only not in the on demand tab.

I now use an Iframe. But when i do the first select it also selects the cells.

as seen on http://www.credittools.info/test/daypilot.png

Do you have a solution for that?

Greetings,

Jelle de Vos

Jelle de Vos - 9/21/2007 3:43:34 PM
IE requires adding unselectable="on" attribute to all elements to prevent selecting. However, it's never able to prevent selecting an element if you start the selection outside.

For the iframe, it might help if you added unselectable="on" to the iframe declaration.
Dan Letecky - 9/21/2007 3:53:21 PM

Works perfectly,

Thank you !

Greetings,

Jelle de Vos

Jelle de Vos - 9/21/2007 4:53:30 PM
Post reply