Questions tagged [calendar-control]
31 questions
3
votes
1 answer
change the calendar control in WPF
Is there a way to change the current calendar control in wpf or telerik? I am doing translation in my application. When I change language to Japanese, is there a way to include the Japanese calendar control instead of the English one.

Jay Nirgudkar
- 426
- 4
- 18
2
votes
1 answer
Change linkbutton color
I have a calendar control that I was filling with different events. When one event only spans one day I wanted it to change the linkbutton color to red.
public partial class RequestCalander : System.Web.UI.Page
{
private DataSet GetData()
…

user1596472
- 155
- 1
- 3
- 17
1
vote
2 answers
asp.net calendar control. Date selectable after 2 days from the current
Is it possible to restrict which dates are selectable in the calendar control eg so that a date can only be selected once it's at least two days ago?

pikk
- 837
- 5
- 21
- 38
1
vote
1 answer
is there any iNFRAGISTICS control eqivalent to MonthCalendar control of .NET
I am looking for a control in infragistics which is similar to month calendar control of .Net.
Is there one?
amitha
1
vote
1 answer
Setting the Date on the wx.calendar CalendarCtrl Widget
I'm trying to set the selected date so that it is always the current day. How would I go about this?
Currently if I let the widget sit for more than a day, the selected date doesn't update. Thus the date would be behind. How would I go about…

rectangletangle
- 50,393
- 94
- 205
- 275
1
vote
1 answer
Date Picker / calendar UI Component with draggable date ranges
I'm looking for a datepicker control (HTML + JavaScript / Flex) that allows selecting a range of dates by dragging along the calendar dates (just like in Google Calendar or Outlook)
It can be open source (preferable obviously) or commercial, and…

Eran Medan
- 44,555
- 61
- 184
- 276
1
vote
1 answer
calendar column c# in datagridview
Basically I want to show a calendar when I edit some columns in my Datagridview.
Following How to: Host Controls in Windows Forms DataGridView Cells from MSDN I can add wanted kind of column at building.
But in my case, I have to use a datasource…

mickro
- 881
- 2
- 11
- 26
1
vote
1 answer
Calendar control on tabbed ascx page
I have an ASPX page which has 2 tabs.
Each tabs code registered as ASCX. I have individual custom Calendar controls at both pages. Now my calendar control doesn't work on the combined page but works if the pages are rendered individually.
Code in…

talisman027
- 53
- 8
1
vote
1 answer
Issue with Calendar control in asp.net
I am using calendar control with ASP.NET to fill in a text box with the selected date. When a date is selected, it should be displayed in the label But the label doesnot show the selected date. Please help. Thankyou.
Here is my code to get the date…

user1817656
- 11
- 2
0
votes
1 answer
MS Calendar Control 8.0 for VB 6.0
Does anyone know how to make the day of the week show instead of just numeric date?
I have searched the internet and found almost nothing at all on this control.

Joe Winfield
- 809
- 4
- 11
- 18
0
votes
2 answers
Highlighting Selected dates from database in Calendar control
I am currently using VB. I want to do a Calendar Control which have dates highlighted/selected. All these dates are retrieved from a database.
First thing I need to know is how to put all the dates into an array
Second thing I need to know is how to…

Guo Xiuhao
- 25
- 4
- 11
0
votes
0 answers
How to perform addition of dates in calendar control using asp.net?
I want to perform the addition of dates using the calendar control. Not finding the perfect code for this. Will you please help?
user15405797
0
votes
1 answer
Calendar Control 12.0 for windows forms application using MsSql database
I have a Calendar Control 12.0 in Windows Forms Application. I want to show the jobs allocated for each days with the support of MsSql database. I found some coding about Calendar Control in asp.net. But that same control is not available for Form…

Senthu
- 1
- 1
0
votes
1 answer
How to edit the calendar control in a gridview?
I tried to update the data in edit mode of gridview.
It does not send correctly with my actual code. I tried to make it a templateField in HTML and it does not work. At this moment,the program break when I modify the date in the edit mode of…

piglet
- 7
- 8
0
votes
1 answer
How to set the Min Value to 15 days after current date of RangeValidator?
I have an ajaxToolkit:CalendarExtender who keeps the selected date on a textbox. I want to validate that the selected date is 15 days after current date.
I set the min value, but I get the error when the page id loading:
The MaximumValue cannot…

piglet
- 7
- 8