This is a migrated thread and some comments may be shown as answers.

Disabling scheduler control in FireFox

5 Answers 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 17 Dec 2010, 12:54 PM
Hi,

I'm using a RadDock for editing/inserting appointments in a scheduler control. I disable the scheduler control (setting Enabled=false) when the RadDock opens, so the user can't move,  resize or edit other existing appointments while the current appointment is being edited (I want to simulate a kind of modal window). It works fine in IExplorer but not in FireFox, because I still can move, resize, edit or insert appointments. Is there a solution for this feature in FireFox?

Regards.

5 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 20 Dec 2010, 02:24 PM
Hi john,

Please take a look at this code library project for making modal RadDock.

Feel free to ask me if you have further questions.

Greetings,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
john
Top achievements
Rank 1
answered on 20 Dec 2010, 05:24 PM
Thanks for your response, it works fine (I make the RadDock modal so I don't need to enable/disable the scheduler control).
Anyway, is there any problem disabling the scheduler control in Firefox? It works in IExplorer but not in Firefox...

Regards.
0
Veronica
Telerik team
answered on 22 Dec 2010, 11:06 AM
Hello john,

I'm glad I was able to help you.

Please note that Enabled property is a standart property which comes with the .NET Framework and is common for every web control. Unfortunately the "disabled" look is visible only in IE. There is no way to make the same look for Firefox or other browsers.

Please accept my apologies for the caused inconvenience.

Greetings,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
john
Top achievements
Rank 1
answered on 22 Dec 2010, 08:04 PM
Hello, Veronica.

I have been testing the Enabled property with other controls (RadTreeView, RadTabStrip, RadMultiPage...) and when I set it to false they are disabled correctly always (Internet Explorer and Firefox). I think the problem with RadScheduler may be some kind of bug on your control, the Enabled property should work fine in any browser.

Anyway, for my needs, I will use the ReadOnly property, so it works fine in IExplorer and Firefox, and the result is similar to disabling the scheduler.

Greetings,
John.

0
Accepted
Veronica
Telerik team
answered on 23 Dec 2010, 08:57 AM
Hi john,

I've discussed the implementation of Enabled property with my colleagues and we decided to not implement it for RadScheduler. RadScheduler is one of the biggest controls with many views and implementing of such functionality will be a time-consuming task. That's why there is an alternative - the ReadOnly property.

Please let me know if you have further questions.

All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
john
Top achievements
Rank 1
Answers by
Veronica
Telerik team
john
Top achievements
Rank 1
Share this question
or