Browse by Tags
All Tags » DatePicker (RSS)
-
Im developing a small booking application and would like to use the datepicker control to show the users which dates are availalbe by highligthing the dates with another style.
If anyonw have some ideas please let me know i also appreciate any examples.
thanks in advance
MLAR
-
<DockPanel> <xcdg:DatePicker DateTimeMaskMode=''ShortDate'' SelectedDate=''{Binding ElementName=OrdersGrid, Path=CurrentItem[BirthDate], ...
-
Currently we do not offer the DatePicker style/template. (unless you get the blueprint edition of the product of course). This is something that we are considering changing for future releases however I do not have a time frame to offer at the moment.
-
Hi Jenny,Thanks for your reply.After debugging the Binding, I found that setting Mode=TwoWay in the Binding markup extension solved the problem.
-
Hi,I'm trying to use a DatePicker outside of the DataGrid control, but I'm having trouble updating the datasource (System.Data.DataSet) with the SelectedDate value.The correct SelectedDate value is displayed in the DatePicker control when the Window is opened, but it seems as the Binding object for the DatePicker control is deleted upon selecting ...
-
I have tested the TodayContent property and the new value was reflected in the DatePicker's calendar:
TodayContent=''Aujourd'***''
Is this how you were attempting to change the property?
|
|
|
|