New Post: CheckComboBox selectedItems
Re. ItemSelectionChanged: Ok, thx! Re. workaround: Ok, thx!
View ArticleNew Post: DataGridControl - Formatting Auto-Generated DateTime? Column
Hi, Your second option almost works. Here's how I would use it : Use a column with a CellContentTemplate :<xcdg:Column FieldName="OrderDate" Title="Order Date" Width="120"...
View ArticleCreated Unassigned: CollectionControl NewItemTypes display names [22528]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/662558.
View ArticleNew Post: CollectionControl NewItemTypes display names
Hi, issue https://wpftoolkit.codeplex.com/workitem/22528 has been created.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
View ArticleEdited Issue: CollectionControl NewItemTypes display names [22528]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/662558.Comments: ** Comment from web user: BoucherS ** This will be fixed in v3.4.――――_Get more controls, features, updates and...
View ArticleNew Post: DataGridControl - Formatting Auto-Generated DateTime? Column
Thanks for the quick response! Where do a I place the "xcdg:Column" Element? If I place it inside the "xcdg:DataGridControl" Element, I get an error saying "Items collection must be empty before using...
View ArticleNew Post: DataGridControl - Formatting Auto-Generated DateTime? Column
Hi,"xcdg:Column" goes in the DataGridControl's Columns collection, ex :<xcdg:DataGridControl x:Name="_dataGrid" ItemsSource="{Binding Source={StaticResource cvsOrders}}" >...
View ArticleNew Post: What's happening to the Toolkit with CodePlex being shut down?
Where's the Toolkit going to be hosted now that CodePlex is being shut down?
View ArticleNew Post: What's happening to the Toolkit with CodePlex being shut down?
Hi, We are planing on moving the Toolkit on GitHub in the following weeks. Everything will be announced. Thanks.―――― Get more controls, features, updates and technical support with Xceed Toolkit Plus...
View ArticleCreated Unassigned: AvalonDock: Can't add new LayoutDocuments to a...
Being able to add new LayoutDocuments to a LayoutDocumentPane by using code behind (pane.Children.Add() stops working after you deserialize a layout.Simple repro follows. Using the "Add new tab" button...
View ArticleCreated Unassigned: AvalonDock: If you close a document tab before it has...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleReviewed: Extended WPF Toolkit - 2.8.0 (May 04, 2017)
Rated 5 Stars (out of 5) - Amazing toolkit. easy to use and really neat. BTW, since CodePlex is shutting down - do you have any plans to migrate someplace else?
View ArticleEdited Issue: AvalonDock: Can't add new LayoutDocuments to a...
Being able to add new LayoutDocuments to a LayoutDocumentPane by using code behind (pane.Children.Add() stops working after you deserialize a layout.Simple repro follows. Using the "Add new tab" button...
View ArticleEdited Issue: AvalonDock: If you close a document tab before it has been made...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleCommented Issue: AvalonDock: If you close a document tab before it has been...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleCommented Issue: AvalonDock: If you close a document tab before it has been...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleCommented Issue: AvalonDock: If you close a document tab before it has been...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleCommented Issue: AvalonDock: Can't add new LayoutDocuments to a...
Being able to add new LayoutDocuments to a LayoutDocumentPane by using code behind (pane.Children.Add() stops working after you deserialize a layout.Simple repro follows. Using the "Add new tab" button...
View ArticleCommented Issue: AvalonDock: If you close a document tab before it has been...
Use the repro code I've provided in this bug: https://wpftoolkit.codeplex.com/workitem/22529Use "add new tab" to add new tabsClick "close" button **without clicking on the new tab to make it visible**....
View ArticleNew Post: DataGridControl - Formatting Auto-Generated DateTime? Column
Thanks for the options. Re. "You could set the AutoCreateColumns to False and only define the columns you want to see and apply specific configuration on them. We don't see the need in our design to...
View Article