New 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 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 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 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 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 ArticleNew Post: XCeed DataGrid for WPF Binding
Hi alexchou1984, Concerning your question : The DataGridItemProperty represent a property. It is not linked to a particular element. The DataGridItemProperty will be used in part for cell binding. For...
View ArticleNew Post: XCeed DataGrid for WPF Binding
Interesting, so that means I should change my XAML to bind the DataCell to those properties of the DataCell.Content instead?
View ArticleNew Post: XCeed DataGrid for WPF Binding
Hi, I'm not sure I follow your thinking without a sample. Try it and we'll see ;-)
View ArticleNew Post: XCeed DataGrid for WPF Binding
Oh, I was just trying to find ways to bind to the DataCell.Content, should I maybe do so using CellContentTemplate?
View ArticleNew Post: MessageBox Image
OK people, this is how you change the image in code behind (at least in my version of the library where the constructor of MesageBox is internal):var res = Xceed.Wpf.Toolkit.MessageBox.Show(...
View ArticleNew Post: Ring progress bar template
Hi, i want to replace the default progress bar to like the one here - http://www.codeproject.com/Articles/700185/Windows-Progress-Ring but i can't replace the whole progress bar control i can't only...
View ArticleNew Post: XCeed DataGrid for WPF Binding
Hi, Here's a try with CellContentTemplate. My source is a list of DTRow, where each DTRow contains a list of DTCell, where each DTCell has properties like Background, Foreground and Text.<Window...
View ArticleNew Post: Ring progress bar template
Hi, Related to issue https://wpftoolkit.codeplex.com/workitem/19155
View ArticleNew Post: XCeed DataGrid for WPF Binding
Wow! Yours look exactly what I was looking to achieve! I tried something similar to that myself on Friday and got pretty close, using the following code:<Grid.Resources> <DataTemplate...
View ArticleNew Post: Possible Regular Expression Pattern to set specific data template...
Hello, as one of Gibbo2D developers (https://github.com/Whitebeard86/Gibbo2D ; www.gibbo2d.com) and since we're using your toolkit in order to create a properties inspector, I've been wondering if it...
View Article