Showing posts with label field. Show all posts
Showing posts with label field. Show all posts

Saturday, March 24, 2012

Calenderextender problem

when I use the CalenderExtender with a html button as popupbutton and a asp.net text field as target control it works fine. but the problem is when the calender becomes visible if there are any dropdownlist then it is on the calender. so part of the calender becomes invisible. i.e. goes behind the DropDownList.

but if there is a textbox in the position of the DropDownList then everything works fine.

how do i solve this issue? Any idea?

Hi

I'm afraid that it's a normal thing and no solution yet,just avoid it.

Best regards

calender extender problem

i have a large form that contains about 12 date field. if i place 12 calenders extender the page loading become very slow. is there any way to use only one calender for this 12 field, so this calender appear at the field that the user type in.

Hi

Here a dude says he got a fix for it:http://forums.asp.net/p/1088868/1627224.aspx

You should test it first!

Kind regards,
Wim


thx for your reply

Wednesday, March 21, 2012

CalendarExtender reads textbox as MM/dd/yyyy regardless of Format field.

Regardless of what I set the Format field to the CalendarExtender always reads the date from the textbox in american MM/dd/yyyy format.

My site is in NZ format dd/MM/yyyy.

Anyone know a workaround?

The problem is with the date parsing, in that I'm only currently doing new Date(dateString), which does not obey the format rules specified yet. There is no format-specific date parsing in javascript or in the AJAX core, so I will have to talk with the team to determine how best to handle this.

Picker has some more complicated parsing features I may generalize to support this, so keep an eye on the project progress while we attempt to resolvethis.


Thank you for your help. Is there any way I can work around the problem by manually altering the date the calendarextender at some event?


Hi,

I have just tested it basing on AJAX 1.0 and it works for me if I set format like dd-MM-yy and properly fill in the master text box.

Double check please if you master text box has AutoPostBack set to false.

Regards,

Adam Koszlajda