-
Hi, In 2009.2.1509, you can set ReactOnSameSelection = true on the calendar and this will work for you. You can download my working sample (using 2009.2 samples) by clicking the link underneath the title of this post. Hope this helps. Cheers,
-
Hello, Thank you for submitting your query with ComponentArt forum. I have gone through the description provided by you and found some name conflict for the Calendar Id in your user control. I would like to point out that you have used the id of the Calendar control as ‘calendar’ in your code and in your JavaScript function, you have used the same ‘calendar’ name as argument of JavaScript function. Here you should take care of the name(s) to resolve the conflicts. Because...
-
hi,
i did not find a possibility to add a title like in the calendar-control (month). the title should contain the name of the week displayed (37. Calendarweek) and left/right arrows to navigate to the next week.
this is exactly like in the samples of the calendar-control, the scheduler there, where a month is displayed.
-
The following fixes and features have been introduced to ComponentArt Web.UI ASP.NET Calendar since version 2009.2.1447:
* API enhancements: All controls now have IsCallback and CausedCallback read-only properties
-
I know the CA calendar doesn't support the Hijri calendar, but I can't figure out how to stop getting errors in locales where Hijri is the default calendar. Browsing my page with my language set to "ar-sa", I get the error "Specified time is not supported in this calendar. It should be between 07/18/0622 00:00:00 (Gregorian date) and 12/31/9999 23:59:59 (Gregorian date), inclusive." From what I can tell, the calendar is trying to ToString() a default-initialized DateTime...
-
I am using the user control PickerAndCalendar from the demo. I have implemented one of them on my page. I also have a checkbox on my page that when checked, needs to set the Date on the PickerAndCalendar to Today. When I check the box, my javascript function is called but when I call setSelectedDate on the PickerAndCalendar control I get this message: Object doesn't support this property or method. Here's the javascript and the call: function chkCompleted_Click(chkCompleted){ var pacRD =...
-
The following fixes and features have been introduced to ComponentArt Web.UI ASP.NET Calendar since version 2009.1.2002: * Fixed D6294: Changes to MinDate/MaxDate/SelectedDate/VisibleDate raised unnecessary exceptions if they were not executed in the correct order. * Feature F5253: Modifications of Calendar's server-side date properties made more intuitive and less strict. * Feature F5140: Precision added for the time picker. * Feature F5232: Added distinction between upper and lower case AM...
-
Hi.
I am developing an application that needs to work with dates with a wide range of values, specially for initial dates. I am using the Calendar object, but the problem is that this object is not capable of working with dates previous to 1/1/1753. Does anyone know why Calendar.MinDateTime property is set to 1/1/1753 or a workaround to save this problem?
-
I have a picker control, calendar, and calendar button inside the EditItemTemplate of a formview control. When the user triggers the formview to pop up, everything looks fine. When they click the calendar button to cause the calendar to display, the calendar shows up behind the formview instead of on top of it. What am I doing wrong? asp: Color Due Date <> "", Eval("ColorDueDate", "{0:d}"), DateTime.MinValue) %>' PickerFormat="Custom" Height="33px"...
-
Hello! I have two PickerAndCalendar controls (WebUI 2008.1) on my page, laid out in a table. Unfortunately both controls appear to be rendering an extra two BR tags at the end, preventing the table row from being the correct height. This occurs in both IE8 and FF3.5. Previously I have used absolute positioning on this page - however I have had to switch to using tables because of a seperate layout issue with the ComponentArt ComboBox control in Firefox. In case it's of any use, here is the ASPX...