Tagged Questions

The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle. The WPF Toolkit not only allows users to get new functionality more quickly, but allows an efficient means for giving feedback to the product team.

learn more… | top users | synonyms (1)

24
votes
2answers
3k views

How can I sort a DataGridTemplateColumn on a WPF Toolkit DataGrid?

I have a WPF Toolkit DataGrid with one DataGridTemplateColumn. I've specified in a grid attribute that I wish all columns to be sortable, but the DataGridTemplateColumn won't allow it. All other ...
20
votes
2answers
1k views

WPF Toolkit Calendar takes two clicks to get focus

I am using the WPF Calendar that is part of the WPF Toolkit. I have two different calendars on a control. When I attempt to choose a date from one calendar and then from the second calendar, I have ...
18
votes
2answers
8k views

Windows 7 theme for WPF?

Is there any way to make a WPF app look like it's running on Windows 7 even if it's running on XP? I'm looking for some kind of theme I can just paste in. I'm aware of the themes project on Codeplex ...
16
votes
5answers
7k views

WPF DataGrid style-Silverlight DataGrid?

That's not a secret: Silverlight's DataGrid default style is beautiful while WPF's is poor. Instead of reinventing the wheel let me ask the community if anyone has copied the SL styles to use in WPF. ...
15
votes
8answers
7k views

WPF (MVVM): Closing a view from Viewmodel?

Anybody come across a clever way of closing a view in a viewmodel using MVVM? Maybe there is a way of using binding to signal the view (window) to close? I would really appreciate any input anyone ...
13
votes
8answers
4k views

Best charting tool for silverlight and wpf [closed]

I came across the following till now visifire Teechart Silverlight toolkit chart Dundas has anyone worked on a charting project in silverlight/wpf !! which charting tool would you recommend ? ...
12
votes
2answers
5k views

How do I change the background color of a cell using WPF Toolkit Datagrid

I'm using the WPF toolkit datagrid, and I'd like to set the background color of a cell, not the row, based on the content of the cell. For the sake of simplicity, lets say the column is called Foo ...
11
votes
4answers
17k views

How do I create a new row in WPF DataGrid when it is bound to an XmlDataProvider?

I have a project with an XmlDataProvider bound to a WPF DataGrid control. I have the bindings on the DataGrid set up as follows: <dg:DataGrid ItemsSource="{Binding Source={StaticResource XmlData}, ...
9
votes
2answers
806 views

Dynamically resizing an open Accordion

I have an Accordion and the height of its content can be dynamically resized. I would like to see the Accordion dynamically respond to the child item's height, but I'm having trouble doing this. ...
8
votes
1answer
10k views

Problem binding DataGridComboBoxColumn.ItemsSource

I have 3 tables: Item - which is the DataContext - it has a navigation column Group Group - has a navigation column Category. I want to have in the DataGrid both (Category & Group) columns and ...
7
votes
2answers
1k views

How to show a loading graphic/animation when wpf data binding is taking place

I have a WPF user control that contains a DataGrid. I'm binding an ObservableCollection of view models to it. Each view model has another collection of view models that I'm using to bind another ...
7
votes
2answers
801 views

WPF Toolkit Datagrid - Custom Tabbing

I have a WPF Toolkit Datagrid with 3 columns. Only the third column allows data entry - the first two are static (Text descriptions). Is it possible to control tabbing and navigation such that the tab ...
7
votes
1answer
715 views

Animate row disappearance in WPFToolKit DataGrid

I have downloaded WPFToolkit, and I am using the DataGrid provided in this package. I am trying to animate a row disappearance when the row is removed, but I don't know how to do it. Does anyone know ...
6
votes
3answers
398 views

WPF Toolkit DataGrid column resize event

I am using WPF Toolkit Datagrid in one of the applications I am working on. What I want is to store the column width and displayindex as a user preference. I have achived it for column displayindex ...
6
votes
4answers
3k views

Unknown Build Error using WPF Toolkit

I installed the Feb 2010 WPF Toolkit as I'm interested in evaluating the AutoCompleteBox control and I'm having extremely limited success. I can get the control to work, but as soon as I try and set ...
6
votes
1answer
850 views

Move focus to first column of new row in DataGrid (WPF)

I am binding a DataTable to a DataGrid(WPF toolkit) for add, edit and delete. I am able to use tab keys to navigate through the cells from top to bottom. But as soon as I press tab on last rows' last ...
6
votes
2answers
3k views

How can I apply a custom sort rule to a WPF DataGrid?

When the user does a column sort in my DataGrid, I want all null or empty cells to be sorted to the bottom, rather than the top. I wrote an IComparer<T> that makes sure blanks are always sorted ...
6
votes
2answers
4k views

WPF Toolkit DatePicker Month/Year Only

I'm using the Toolkit's Datepicker as above but I'd like to restrict it to month and year selections only, as in this situation the users don't know or care about the exact date .Obviously with the ...
6
votes
2answers
4k views

How do you port a theme from Silverlight to WPF?

It's "easy"! I just came across this blog post by Rudi Grobler that says it's "easy" to port a theme from Silverlight to WPF. Unfortunately, he doesn't say how to do it. Download and install I ...
6
votes
3answers
4k views

Apply Office 2007 themes for WPF application

I am using the RibbonControl from WPF toolkit. It has the Office Blue, Black and Silver themes. But the the theme is not applying for the controls in the window. Is there any solution for that? I am ...
6
votes
1answer
3k views

WPF Toolkit Datagrid - how do you turn selection off?

I have a datagrid in WPF that I am binding to an object. I have a DataGridCheckBoxColumn on there which I want the users to be able to go through and tick the ones they want. Problem is they have to ...
6
votes
2answers
10k views

WPF toolkit DatePicker change default value 'show calendar'

I'm using the latest WPF toolkit, specifically the DatePicker. Everything works fine, but when no value is provided, the default 'SHOW CALENDAR' text appears in the DatePickerTextBox. I want to be ...
5
votes
2answers
120 views

How do I save filter values in WPF toolkit datagrid “filter extension”?

I am using the code (VS2008) I found under the article "Automatic WPF Toolkit DataGrid Filtering", which works very well. It is implemented as a new "style" for a datagrid's header, NOT as an ...
5
votes
2answers
3k views

Free and Open Source WPF Chart Library

Could anyone help me find a free and open source WPF chart library? We are developing a dashboard tool and used ms charts previously. Now we are planning to go for WPF and stuck with finding a ...
5
votes
1answer
2k views

Change margin around plot area and title in WPF Toolkit chart

I am using the Chart control of WPF Toolkit February 2010 release. The chart takes up lots of space relative to the plot area. How do I control the margin around the plot area and title of the ...
5
votes
1answer
635 views

WPF DataGrid - How to move keyboard focus to newly added row after tab press

WPF DataGrid add a new row if we press tab on last column of last row. But after adding the new row, the focus is moved to top row of the grid. How can we make sure that the focus is moved to the ...
5
votes
1answer
6k views

Free WPF Carousel Implementation

I have seen a lot of Carousels to show off WPF. I have never really need one before now though. Is there a decent free one? I have access to the Dev Express one, but I am making an open source ...
5
votes
5answers
4k views

Unable to set DataGridColumn's ToolTip

I tried the following: <tk:DataGridTextColumn Header="Item" Binding="{Binding Item.Title}" ToolTipService.ToolTip="{Binding Item.Description}" /> And I don't see any tool tip. ...
5
votes
4answers
3k views

Pre-sorting a DataGrid in WPF

I have a DataGrid in WPF app with several columns, including a Name column. If the users switches to a particular view, I want the data to be pre-sorted by Name (and I'd like a sort arrow to appear in ...
5
votes
2answers
733 views

How can I bind the nested viewmodels to properties of a control

I used Microsoft's Chart Control of the WPF toolkit to write my own chart control. I blogged about it here. My Chart control stacks the yaxes in the chart on top of each other. As you can read in the ...
5
votes
4answers
7k views

How do I enable text wrapping on all column headers?

I would like to enable text wrapping on all column headers of my DataGrid, without disabling the other default header functionality, such as column resizing, sort direction indicator, etc. Is there ...
5
votes
1answer
6k views

How do I Get a WPF DataGrid to Save Changes Back to the DataBase?

How do I get a WPF DataGrid to save changes back to the database? I've data-bound my DataGrid control to a DataTable object, and populated that table with a very simple SELECT query that retrieves ...
5
votes
1answer
2k views

Nested WPF DataGrids

I have a DataGrid (from the toolkit) and I want to nest another DataGrid in the DataGrid.RowDetailsTemplate. The trick is I want to bring back the data from one table in the main grid and then based ...
5
votes
5answers
9k views

Column aligment in WPF datagrid

I'm using WPF datagrid which is bundled in WPF toolkit... the problem is I'm not able to align some column data to center Please help me guys
5
votes
4answers
6k views

WPF ComboBox not updating source

I'm trying to get a WPF combobox working (inside the WPFToolkit Datagrid), and I'm having trouble getting all the pieces aligned correctly. I'm using Linq to Entities, and I'm setting the overall ...
4
votes
2answers
323 views

Bind datagrid column visibility MVVM

.Net 3.5 I know that the columns doesn't inherit the datacontext and by reading other posts i thought this would work: Visibility="{Binding RelativeSource={x:Static RelativeSource.Self}, ...
4
votes
3answers
132 views

C# / WPF - Is it feasible to recompile the SilverLight 4 toolkit for use in a WPF App?

I really like some of the pre-built controls available in the Silverlight 4 Toolkit I understand the CLRs are different but I was hoping that I could download the source and recompile for the CLR ...
4
votes
1answer
182 views

How to create a gap between the colums of a WPFToolkit DataGrid

I have a WPF Data Grid (From the WPF Toolkit as the title indicates) and I want a gap between some Colums, where not even a header is above and you can see the background between. I don't have any ...
4
votes
5answers
307 views

How can we use datagrid in wpf?

How can we use datagrid in wpf? I can not see the datagrid control in framework 3.5.
4
votes
3answers
610 views

How can I prevent row selection in the WPF Toolkit DataGrid?

I see a few options available for row selection, but 'No Selection' is not one of them. I've tried handling the SelectionChanged event by setting SelectedItem to null, but the row still seems ...
4
votes
2answers
1k views

WPF DataGrid inside Accordion height issue

I am using the latest WPF Toolkit but am running into a height issue when I have a large record set bound into a datagrid inside an AccordionItem item. The height of the Accordion itself scales nicely ...
4
votes
3answers
589 views

Resize Datagrid Height after deselecting a RowDetailsTemplate

I am using RowDetailsTemplate to display a nested datagrid for a row. Now the datagrid expands in height when I select a row to show this nested datagrid. But it doesn't reduce its height when the row ...
4
votes
2answers
4k views

How to show row index for wpf toolkit datagrid?

I just want to add a index column in wpf toolkit DataGrid to show row index of each data in the DataGrid. How? <dg:DataGrid ItemsSource="{Binding List}" ...
4
votes
3answers
525 views

Limitations of using .NET 2.0 (Windows Forms) controls in WPF?

I want to start a new application on WPF. The new User interface in WPF needs DataGridView control and PropertyGrid Control. But it looks like that these two controls won't exist in WPF and I want to ...
4
votes
1answer
3k views

How to handle WPF Datagrid double click without using code behind

We're using Views and ViewModels in this project, and as a result we're trying to have as little in the code-behind for the View as possible. I'm trying to tie the MouseDoubleClick event for a ...
4
votes
2answers
706 views

Modifying a DataTable

Situation: Hello! I am trying to populate a WPF toolkit DataGrid with a MS Access database. Here is what I have right now (it works): //Load the datagrid with the database private void ...
4
votes
4answers
3k views

WPF DataGrid from WPF toolkit vs ListView - any benefits?

I know ListView pretty well, but never looked at DataGrid. My question is simple - if you do not need editing in the list, does DataGrid provide any benefits comparing to ListView? Also, are there ...
4
votes
2answers
9k views

Wpf Toolkit. Bind DataGrid Column Header to DynamicResource

I'm trying to bind DataColumn Header to DynamicResource using following code. <Window.Resources> <sys:String x:Key="HeaderText">Header Text</sys:String> ...
3
votes
2answers
176 views

Autocomplete Box - Inconsistent values from population

I have a WPF application with the autocomplete box via the toolkit (VS 2008). I have a potential population of about 2000 records and I have tried to improve performance with a combination of the ...
3
votes
4answers
204 views

Threading and WPF's Binding

The Situation I'm getting the following inconstant behavior on my application: One in about 20 executions, a WPFToolkit's DataGrid which is bound to a DataTable won't render all the rows, missing ...

1 2 3 4 5 10