Welcome Guest Search | Active Topics | Sign In | Register

Date Picker control Options
NUTEDECSA
Posted: Monday, January 7, 2008 3:34:40 PM
Rank: Newbie
Groups: Member

Joined: 8/14/2007
Posts: 9
I have a question about DatePicker control.

I have in the developer computer installed the demos of the control, and when the page is running, the datepicker control allows me to enter wrong data like letters or dates those are incorrect.

So I wento to your Live demo in your site and the control doesn't allow to enter wrong data.

Then I check the demos examples in my computer and doesn't work either.

Does the control need the license to work fine or not?... Or Am I missing something in the code?
Or Do I need to configure something?

Please help me.
ASAP
eo_support
Posted: Monday, January 7, 2008 4:56:32 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

That occurs when the supporting JavaScript files are not correctly rendered, most of the time due to permission settings of your web site. Try the following steps:

1. Create a folder called eo_script on your web application's root directory;
2. Place the following code in your web.config, directly inside the <web> tag. Note if you already have an <appSettings> section in your web.config, then you should only add the second line, not add a duplicate <appSettings> block;

<appSettings>
<add key="eo_ScriptLocation" value="~/eo_script"></add>
</appSettings>

3. Make sure the folder eo_script is writable by your application and can be accessed by anonymous user;

Run the page and you should see a number of JavaScript files got created inside eo_script folder. Try access those files directly from your web browser. If you can access those files, your DatePicker should work.

Thanks
eo_support
Posted: Monday, January 7, 2008 6:13:41 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Correction: <appSettings> should be inside <configuration> tag, not <web> tag.

Thanks
NUTEDECSA
Posted: Tuesday, January 8, 2008 8:21:25 AM
Rank: Newbie
Groups: Member

Joined: 8/14/2007
Posts: 9
Hi.

I tried your steps in my developer computer.

I created the eo_script folder, put the necesary permissions, and added the line in the Web.config.

When I ran my website, I saw the js files that were created automatically and I tried to accessed them by the web brower and I could access them.

But the DatePicker control doesn't work. It allows me to enter letters. And after your explanation, I know now that the scripts are not running because none event is raised, for example, In your website online demo, when you put the month, then automatically the focus puts in the days, and son on with the year, and I can't write letters.

I ran the same examples but running in my local server and none of those behaviors occurs.

You can access to your examples in my local server from this link

http://tecnoec.dyndns.org:82/CS

Go to Calendar demos and try the DatePicker.

Please help me.
I need the users enter valids dates.

Thanks.
eo_support
Posted: Tuesday, January 8, 2008 8:31:02 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We tried it at here and it works fine. I have setup an online meeting for you. You can join the meeting so that we can take a look on your machine if you don't mind. Please see your private message for meeting Url.

Thanks
NUTEDECSA
Posted: Tuesday, January 8, 2008 10:37:50 AM
Rank: Newbie
Groups: Member

Joined: 8/14/2007
Posts: 9
Hi.

I updated the controls with the latest version I just downloaded, and the control works fine.

Thanks.
eo_support
Posted: Tuesday, January 8, 2008 10:40:48 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Cool. Thanks for letting us know!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.