I\'m currently recoding a bar chart in my app to make use of the Chart class in the WPF Toolkit. Using MVVM, I\'m binding the ItemsSource of a ColumnSeries in my chart to a property on my viewmodel. H
I want to use a Datagrid as conten of another Datagrid\'s RowDetailsTemplate. It works nerarly perfect, but there is the problem, that the child Datagrid ColumnDefinition seems to have no effect.
Q: Where should I check to track this down? Issue: Opening a view model in my application sometimes makes dropdowns/datepickers nonfunctional.
I have a WPFToolkit Datagrid inside my user control. I am creating my user contrrol in mvvm pattern. How can I implement paging in datagrid?
I\'m facing a problem with the charting engine from the WPF toolkit. I haven\'t moved the data 开发者_运维知识库to a proper object model, so the ItemSource is backed with a DataView.
I have a WPf Toolkit-datagrid..in my application which开发者_运维知识库 follows MVVM pattern.
I am using a DataGrid object from the WPF toolkit.I am binding the DataGrid object to the default view of a DataTable instance as declared in the following code:
I\'m having an issue styling t开发者_StackOverflowhe WPF Datagrid, I\'ve styled the column headers (of type ColumnHeader).
I want to hide the borders of cells in wpf toolkit datagrid (like ShowGridLine property of WPF grid).
Is there any property , option available in the date picker control so that if user want to select today from any date from current date ?