Commented Unassigned: Implicit override "PropertyItemBase" Target of...
I am having problem, i am sort of new to WPF and have looked up many examples, i even added the Style above and below the declaration of the PropertyGrid Style. I have added the resource file in...
View ArticleClosed Issue: Implicit override "PropertyItemBase" Target of PropertyGrid...
I am having problem, i am sort of new to WPF and have looked up many examples, i even added the Style above and below the declaration of the PropertyGrid Style. I have added the resource file in...
View ArticleNew Post: Problem with Propertygrid and fonts
Hi, Concerning the ToString() value that doesn't change when the properties are changed : Please have a look at this discussion : http://wpftoolkit.codeplex.com/discussions/452722. You could do...
View ArticleUpdated Wiki: Home
December 2013 update: v2.1.0 of the Plus Edition with another record-breaking 80 bug fixes and improvements (see list) sent to subscribers, with Community Edition to be updated in a few weeks with 70+...
View ArticleCommented Issue: BusyIndicator with uncommited new row in Datagrid throws...
Hi,In my View I have a datagrid and a 'Undo' button. On 'Undo' I am showing a BusyIndicator.Suppose,1) I try to add a new row in the datagrid 2) Datagrid row goes into the error state because of some...
View ArticleCommented Issue: MessageBox v2.0 borderbrush can't be disabled [19951]
In the version 2.0, I try to modify the messageBox style by removing border. If you set BorderBrush value to x:Null, border isn't disabled.Comments: ** Comment from web user: emartin ** Indeed, the...
View ArticleEdited Issue: MessageBox v2.0 borderbrush can't be disabled [19951]
In the version 2.0, I try to modify the messageBox style by removing border. If you set BorderBrush value to x:Null, border isn't disabled.Comments: ** Comment from web user: emartin ** This will be...
View ArticleNew Post: Property Grid with ComboBox
Hi, I am trying to implement an editable combobox inside of my propertygrid and I am stuck on a couple of issues. I have the following XAML code to make the combobox editable:<xctk:PropertyGrid...
View ArticleNew Post: DataGrid CurrentItem null
This behavior is as expected. When a fixed header or footer within the grid is focused, the DataGrid current item becomes null. Workarounds would be to set your button as "Focusable=false" or use the...
View ArticleClosed Issue: DataGrid CurrentItem null [19953]
based on discussion https://wpftoolkit.codeplex.com/discussions/449562Comments: Desired behavior
View ArticleNew Post: DataGrid styling not possible for some components
The following are fixed headers:ColumnManagerRow GroupByControl And can be styled by targeting their corresponding type. Column is not a control and cannot be styled. But Cells within a column can be...
View ArticleNew Post: DataGrid first row - remove highlighting
The initial grey is the color of the SelectedRow when the DataGrid does not have the focus.
View ArticleNew Post: DoubleUpDown accuracy problem
You can find your answer here:http://stackoverflow.com/questions/618535/what-is-the-difference-between-decimal-float-and-double-in-c
View ArticleClosed Unassigned: DoubleUpDown FormatString [19982]
DoubleUpDown FormatString="F2" or FormatString="F1" does not work for me:(.FormatString="F3" and FormatString="F4" are ok, but with 1 or 2 when I press TAB, get value multiplied by 10 or 100...
View ArticleNew Post: Propertygrid password
Can't you add a EditorTemplateDefinition that contains a PasswordBox ?
View ArticleNew Post: Using DataGrid in Windows Store apps
Windows Store Apps need to be developped under WinRT which is similar but not the same WPF. Just like Silverlight is not the same as WPF. So no, no WPF code can be used inside a Windows Store App.
View ArticleClosed Feature: Dynamic properties in propertygrid [20070]
Is there any way to show dynamic properties of custom objects in the propertygrid. For example if I have the following code:``` public class Student{ List<SchoolClass>...
View ArticleEdited Issue: Custom ItemsSource at runtime [19208]
"Sometimes it is desirable to want to provide a collection of values represented by a ComboBox for a given property."This is true, but it is also sometimes desirable to provide a custom list based on...
View Article