New Post: ChildWindow Focus
Make the following changes in Xceed.Wpf.Toolkit.LiveExplorer.Samples.Window.Views.ChildWindowView 87: <CheckBox x:Name="_chkIsModal" Grid.Column="3" VerticalAlignment="Center" Margin="5"...
View ArticleNew Post: ChildWindow Focus
This video shows this issuehttps://www.youtube.com/watch?v=hg4_r6zb63Q And this video shows the same example with the code changeshttps://www.youtube.com/watch?v=tqJRPPLhzjw Thanks.
View ArticleNew Post: Row details with free xceed datagrid, How?
Hi; How can i make row details and its expander with free xceed datgrid I need something like: In a datagrid, select a row clicking its expander show row details
View ArticleCommented Unassigned: custom button in wizard [20966]
hihow to add custom button in wizard?example: First-page-buttonwhen click on this button go to intro pagethank youComments: ** Comment from web user: md110 ** hi bouchersthank you i want the button to...
View ArticleNew Post: Localization of wpf toolkit controls?
I'm wonder is there any way to change language of some text in controls. For instance:word "Search" in Property gridTooltips and contex menus in Avalon Dock
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: ChildWindow Focus
Hi, From the video, I believe you are using Windows 7. What is the version of the toolkit you are using ? In Windows 8, under v2.1, I don't see this behavior. Thanks
View ArticleNew Post: Row details with free xceed datagrid, How?
Hi, You are talking about the feature : "Master Details' from the Xceed DataGrid. This feature is not include in the DataGrid of the Toolkit. To have it, you need to buy the Xceed DataGrid for...
View ArticleCommented Issue: ColorPicker: Allow Localization [19306]
Extracted from this discussion:http://wpftoolkit.codeplex.com/discussions/430383------------------------- Hi, I wanna use ColorPicker, however, the default language was english. I prefer other...
View ArticleNew Post: Localization of wpf toolkit controls?
Hi, This feature is not implemented yet. Please vote for it. Here is an issue refering to it :https://wpftoolkit.codeplex.com/workitem/19306
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 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: ChildWindow Focus
I am using v2.1. I just tested the same executable in Windows 7 and Windows 8.1. The problem only occurred in Windows 7.
View ArticleCommented Unassigned: custom button in wizard [20966]
hihow to add custom button in wizard?example: First-page-buttonwhen click on this button go to intro pagethank youComments: ** Comment from web user: md110 ** i want add custom button inside other...
View ArticleCommented Unassigned: custom button in wizard [20966]
hihow to add custom button in wizard?example: First-page-buttonwhen click on this button go to intro pagethank youComments: ** Comment from web user: BoucherS ** Hi,Thanks for clarifying. If you want...
View ArticleNew Post: DateTime Column - Specific Format!?
Hi, Does anyone have an answer to nilllen's question? Thee fact is that I'm facing a similar problem but with a PropertyGrid instead of a DataGridControl. I have a propertygrid with SelectedObject...
View ArticleNew Post: DateTime Column - Specific Format!?
Hi, If you have the Toolkit Plus Edition(or want to buy it here : http://xceed.com/Extended_WPF_Toolkit_Intro.html ), you can use EditorDefinitions like this<Grid> <xctk:PropertyGrid...
View ArticleNew Post: DateTime Column - Specific Format!?
Hi Nilllen, You can try defining a DataTemplate for the Date column like that :<xcdg:DataGridControl x:Name="_dataGrid"> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName="MyName"...
View ArticleNew Post: DateTime Column - Specific Format!?
Hi, Thank you for your answer. The second option is working well. I'll have to do some adjustements in order to meet my requirements, but it's a really good start, certainly more than what i've come...
View ArticleNew Post: Property Grid: Displaying enums in combobox
Hi, You can find the Style for the default editor of a type Enum in -Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (for Windows 8) -Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (...
View Article