Rank: Member Groups: Member
Joined: 8/21/2011 Posts: 13
|
I'm using the datepicker now for an application that has international users. Some users are in the habit of entering dates in a different format than we do in the US (that is, not in month-day-year sequence).
Can I make the date portion (in the textbox area) non-editable but still allow the calendar to work? This would force users to always use the calendar to select dates.
Thanks,
Jim Seaborg
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set DisableTextBox to true for that. Note once you set that property to true, you may want to adjust the DatePicker's PickerStyle so that the text box area (now only static text of the selected date value) can have a fixed width/height regardless what date value is there.
Thanks!
|
Rank: Member Groups: Member
Joined: 8/21/2011 Posts: 13
|
Great ... thanks a ton. And have a great weekend.
|