New Post: DataGrid DateTime Localization
Okay i found a problem...<xcdg:Column Title="Departure" FieldName="Departure" DisplayMemberBinding="{Binding Departure}" CellHorizontalContentAlignment="Center"...
View ArticleNew Post: Custom ItemSource for combobox in wpftoolkit propertygrid
I am trying to add a combox box in propertygrid and the ItemsSource will be received at runtime by reading an xml file. how to create it. On selection of any item from that combobox, i should fill...
View ArticleNew Post: DataGrid DateTime Localization
Hi, Please try the following (using the ConverterCulture property of binding):xmlns:gl="clr-namespace:System.Globalization;assembly=mscorlib" <xcdg:Column Title="Departure" FieldName="Departure"...
View ArticleNew Post: DataGrid DateTime Localization
Works like a charm... If everything was so easy ;-) Thank you for the help...
View ArticleNew Post: Custom ItemSource for combobox in wpftoolkit propertygrid
Hi, Maybe something like this sample may help you :<Window x:Class="WpfApplication52.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleNew Post: CellContentTemplate and bindind not working
hi, i have some questions : 1) is the FieldName property required for the Column ? 2) what the difference between Column and UnboundColumn 3) the databinding seems to have no effect inside...
View ArticleNew Post: Will Extended WPF Open Source project still be supported
While the original Toolkit is now at Version 2.3, and the Open Source one is at 2.1, will the Open Source Version also be updated?
View ArticleCommented Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]
I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...
View ArticleNew Post: WPF Brush Editor
I've done this at my forked Version @github (https://github.com/jogibear9988/WpfExToolkit/commits/Extended)
View ArticleNew Post: Will Extended WPF Open Source project still be supported
Yes, we'll update it soon, we're still putting v2.3 online properly (it hasn't yet been updated to v2.3 on wpftoolkit.com) Odi
View ArticleCommented Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]
I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...
View ArticleReviewed: Extended WPF Toolkit - 2.1.0 (May 14, 2014)
Rated 5 Stars (out of 5) - Color Picker works very well.
View ArticleNew Post: New user help.
I was easily able to download the source and build the package. And through VS13 I was able to "install" the package. However, it is not clear to me that we're referring to the same version I built.How...
View ArticleNew Comment on "DoubleUpDown"
(documentation typo) I believe the property is named "Minimum" (not "Mimum"). :-)
View ArticleNew Post: PropertyGrid: Show object's child member
I have a complex object of type A. A has a member of type List<B>. Lets refer to that member as Docs. In the PropertyGrid, when I encounter an object of type A, I want to show Docs instead (which...
View ArticleNew Post: TimePicker: Increase the height of the dropdown list
Anyone know how to style TimePicker so that you can increase the size of the dropdown to display more items. I tried<xctk:TimePicker x:Name="ClockInTime" Value="9:00 AM" VerticalAlignment="Top"...
View ArticleCreated Unassigned: MessageBox does not use the default style of it's sub...
Previously in v1.9 the formatting that the message box used was inherited from the controls inside of it.In v2.1 the formatting is entirely different even though in both cases neither one has specified...
View ArticleNew Post: PropertyGrid: Create New Object?
I have a complex object of type A. A has some primitive type data members as well a complex data member of type B. When I load A into the PropertyGrid, I can change all its primitives. However, if the...
View ArticleCommented Unassigned: MessageBox does not use the default style of it's sub...
Previously in v1.9 the formatting that the message box used was inherited from the controls inside of it.In v2.1 the formatting is entirely different even though in both cases neither one has specified...
View ArticleUpdated Wiki: CheckComboBox
CheckComboBox Derives from Xceed.Wpf.Toolkit.Primitives.SelectorCheckComboBox is a combo box in which the items in the dropdown are preceded by a checkbox. As items are checked or unchecked, the Text...
View Article