Questions tagged [wpftoolkit]

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.

Official site:

1022 questions
4
votes
3 answers

Is it possible to exposed the DataGridComboBoxColumn immediately?

Is it possible to have a WPF Toolkit Data Grid's DataGridComboBoxColumn "exposed" when the Data Grid loads? By default you have to click in the cell to expose the combo box. I'd like the user to see that the combo box is available without having to…
GAR8
  • 293
  • 1
  • 5
  • 14
4
votes
1 answer

PowerShell WPF DataGrid: Exception thrown committing empty row

I get exception trying to commit empty DataGrid row. System.NullReferenceException: Object reference not set to an instance of an object. at MS.Internal.Data.PropertyPathWorker.DetermineWhetherDBNullIsValid() at…
alex2k8
  • 42,496
  • 57
  • 170
  • 221
4
votes
3 answers

Using WPFToolKit's DataGridHyperlinkColumn

I'm using WPFToolkit's Datagrid control. I can populate the datagrid, but I'm having trouble with the DataGridHyperlinkColumn. I would like it to visually display the link as the Person's name, but for the link to go to whatever UriLink's value…
spong
  • 1,222
  • 3
  • 16
  • 29
4
votes
2 answers

WPF Datatrigger Visibility + Null Value

I'm beginner in WPF. I want to set Visibility to Hidden on a Radiobutton when the databind value is equal to Null. I'm using WPF Toolkit. This is my code but it doesn't work :
Cyril
  • 43
  • 1
  • 1
  • 4
4
votes
2 answers

WPF Toolkit - having problem Binding in the DataGrid control

First of all I must say that this may seem like a lot of code, but it is easy to read. I am trying to bind out some stuff and I get this as a result: http://img694.imageshack.us/f/28475988.jpg/ As you can see, it seems like the number, description,…
dinbrca
  • 1,101
  • 1
  • 14
  • 30
4
votes
3 answers

Overriding DataPointStyle in a WPF Toolkit Chart

I'd like to override the DataPointStyle of the LineSeries in my WPF Toolkit Chart: