Created Unassigned: EditorTemplateDefinition of PropertyGrid for readonly...
Hello.I found that `PropertyGrid.EditorDefinitions` of some properties was not work on v2.2.1 Community Edition.Rows for those properties show `toString` text simply.Those properties don't have setter....
View ArticleUpdated Wiki: Home
June 17, 2014 update: Released v2.2.1 with bug fixes and lowered the price of the Plus Edition to $99.95 until Aug. 30, 2014. Please support the project. On June 2, 2014, released v2.2.0 with 2 new...
View ArticleEdited Issue: PropertyGrid: Custom Items Source and ReadOnly Attribute [21038]
Based on discussion : https://wpftoolkit.codeplex.com/discussions/546988Comments: ** Comment from web user: BoucherS ** Correction Fixed in v2.2.1
View ArticleCommented Unassigned: EditorTemplateDefinition of PropertyGrid for readonly...
Hello.I found that `PropertyGrid.EditorDefinitions` of some properties was not work on v2.2.1 Community Edition.Rows for those properties show `toString` text simply.Those properties don't have setter....
View ArticleCommented Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hi, In your example, each row contains a Foreground. When you set the Column[1].CellContentTemplate, to a DataTemplate binding on row.Foreground, it will work. But if you try to use the same...
View ArticleCommented Unassigned: EditorTemplateDefinition of PropertyGrid for readonly...
Hello.I found that `PropertyGrid.EditorDefinitions` of some properties was not work on v2.2.1 Community Edition.Rows for those properties show `toString` text simply.Those properties don't have setter....
View ArticleCommented Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Thank you for your answer. Could you please upload XAML Code? I have tried the above one, Style is not applied properly to Column.
View ArticleCommented Unassigned: EditorTemplateDefinition of PropertyGrid for readonly...
Hello.I found that `PropertyGrid.EditorDefinitions` of some properties was not work on v2.2.1 Community Edition.Rows for those properties show `toString` text simply.Those properties don't have setter....
View ArticleCommented Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hi, Here's the sample for option 2), using a ViewModel by column.<Window x:Class="WpfApplication75.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleCommented Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleNew Post: Need to display RowCount & Rowheader in Grouping
Hi, I need to display the Row item Count with the Header & the RowHeader within the expand result, is it possible to have it as in the attachment.
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
thank you Mr.Boucher. Its working for me. When apply the Foreground based on the cell values, the style is not applying properly. For example: I want to apply the Red Color only the cell contains Value...
View ArticleCommented Issue: Dispather.BeginInvoke with Background priority causing focus...
This issue I have discussed previously in https://avalondock.codeplex.com/workitem/15976.In AvalonDock there are few calls to Dispather.BeginInvoke with priority set as Background. This causes lot of...
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hi, 1) If you want to apply a red foreground color only to the cell with Value equals "CC" in Column Firstname, you can use a DataTrigger in the "test1Template" :<DataTemplate...
View ArticleNew Post: Need to display RowCount & Rowheader in Grouping
Hi, I believe you are using the DataGrid from the Xceed.Wpf.Toolkit. 1) To display the number of items in the group, you can define a DataTemplate for groups that displays in red the quantity of items....
View ArticleNew Post: XCeed DataGrid for WPF Binding
Turns out the white edges weren't margins, but rather they were padding on the cell. In case people come across this problem.
View ArticleNew Post: Datagrid GetContainerFromItem returns null
I'm calling GetContainerFromItem, but for some reason, it's returning null. The item is in view and should have a valid container. However, when I was debugging this, I threw a test MessageBox.Show()...
View Article