Browse by Tags
All Tags » DatePicker (RSS)
Showing page 1 of 2 (14 total posts)
-
In version 3.7.10418.12160 of the Xceed grid, I'm trying to use a DatetimePicker in the insertion row.
When I Select a value in the insertion row and add the row, it loses the selected value. Any suggestions as to what I'm doing wrong ? Editing after insertion works. This xaml worked in version 3.5.
In resources:
...
-
Basically the subject says it all... how do I get the DatePicker control to select all it's text after it receives a .Focus() call? Currently the cursor will focus there, but it is positioned at the beginning of the date string, requiring the user to delete the date string before they can begin typing. If you haven't guessed my main concern here ...
-
We have an application that works in french and english. When we change the culture to french, all labels in the date picker get translated except the label ''Today''.
Is there a way to override this label?
Thanks,
Ben
-
Hi,
I am trying to use the xceeds datepicker outside a grid, and I want the edit-window to be either empty or something like 00.00.0000/dd.mm.yyyy when loading the window. Is this in any way possible?
In beforehand: Thanks!
Rolf
-
Hi,
I'm a VB newbie and wondered how does one detect that the date has changed when a new selection is made on the calender.
Thanks in advance
-
For info the following works in VB: Protected Overrides Sub OnInitialized(ByVal e As EventArgs) MyBase.OnInitialized(e) Dim dpSourceDescriptor As DependencyPropertyDescriptor = DependencyPropertyDescriptor.FromProperty(Xceed.Wpf.Controls.DatePicker.SelectedDateProperty, GetType(Xceed.Wpf.Controls.DatePicker)) ...
-
I'm new to WPF and I am having validation troubles with the DatePicker and DateTimeTextBox . I dont want to the user to be able to enter ''13/41/2009'' in the TextBox. I know I can test for incorrect date format later, but I thought MaskedText boxes were supposed to test immediately. Any help is appreciated.
Dustin
-
Hello All,
Need help on setting Minimum Date and Maximum Date in Xceed DatePicker Control. Searched alot but could not find any pointers for the same.
Please help !!!!!
Thanks and Regards
SSA.
-
Hi All,
i am having one more problem since i am new to xceed controls.
My problem is i am using Xceed Datepicker when the user enter the date manually that is in editor mode as soon as i type 2 digit in the year section the selection changed of the datepicker fires.
I want it to allow me to enter all the 4 digit for the year and then to fire ...
-
<DockPanel> <xcdg:DatePicker DateTimeMaskMode=''ShortDate'' SelectedDate=''{Binding ElementName=OrdersGrid, Path=CurrentItem[BirthDate], ...
1
|
|
|
|