This question is locked. New answers and comments are not allowed.

Riaan Engelbrecht
Top achievements
Rank 1
Riaan Engelbrecht
asked on 19 Feb 2010, 12:10 PM
No DatePicker display when using with MVC 1 when focus is on input field on on click on calendar icon.
I tested it with a new MVC 1 project. Any ideas?
I tested it with a new MVC 1 project. Any ideas?
5 Answers, 1 is accepted
0
Hello Riaan,
I suppose that the datepicker scripts are not registered. To accomplish this task you should place ScriptRegistrar component in the end of the page (before closing body tag):
For your convenience I have attached a test project, which implements the required functionality.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I suppose that the datepicker scripts are not registered. To accomplish this task you should place ScriptRegistrar component in the end of the page (before closing body tag):
...
<%= Html.Telerik().ScriptRegistrar() %>
</
body
>
For your convenience I have attached a test project, which implements the required functionality.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Riaan Engelbrecht
Top achievements
Rank 1
answered on 20 Feb 2010, 09:44 AM
Hello Georgi,
Thanks for the quick response.
It seems like the problem is a browser incompatibility issue and I do however feel I owe you an apology as I never gave you any parameters to test against.
I tested the supplied test project using the following:
Operating System:
Microsoft Windows Server 2003 RC2 Standard Edition, Service Pack 2
Browsers:
Mozilla Firefox 3.0.4
Internet Explorer 7.0.5730.13
It works just fine with IE, but not on Firefox.
Could it be that jQuery 1.4 is not 100% compatible with the version of Firefox I’m using?
I will also upgrade Firefox to version 3.6 and let you know what the outcome is.
Best,
Riaan Engelbrecht
Thanks for the quick response.
It seems like the problem is a browser incompatibility issue and I do however feel I owe you an apology as I never gave you any parameters to test against.
I tested the supplied test project using the following:
Operating System:
Microsoft Windows Server 2003 RC2 Standard Edition, Service Pack 2
Browsers:
Mozilla Firefox 3.0.4
Internet Explorer 7.0.5730.13
It works just fine with IE, but not on Firefox.
Could it be that jQuery 1.4 is not 100% compatible with the version of Firefox I’m using?
I will also upgrade Firefox to version 3.6 and let you know what the outcome is.
Best,
Riaan Engelbrecht
0
Hi Riaan,
Could you please provide url or screencast where I can observe the described behavior. Thus we can further investigate where the problem could be.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Could you please provide url or screencast where I can observe the described behavior. Thus we can further investigate where the problem could be.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Riaan Engelbrecht
Top achievements
Rank 1
answered on 22 Feb 2010, 02:31 PM
Hello Georgi,
Have you tested with the browser versions I mentioned?
Best,
Riaan Engelbrecht
Have you tested with the browser versions I mentioned?
Best,
Riaan Engelbrecht
0
Hi Riaan,
It is hard for us to reproduce exactly the same environment to test the described problem. Nevertheless we believe that the issue is not related with the version of the IE. Could you please test our demos and share with us what the observation are?
Kind regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
It is hard for us to reproduce exactly the same environment to test the described problem. Nevertheless we believe that the issue is not related with the version of the IE. Could you please test our demos and share with us what the observation are?
Kind regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.