New Post: Populate ComboBox in WPF DataGrid
Hi, Maybe something like :<Window.Resources> <xcdg:DataGridCollectionViewSource x:Key="cvsRandomData" Source="{Binding RelativeSource={RelativeSource...
View ArticleNew Post: PropertyGrid: Dependencies of properties within a grid
The code shared was working with one issue. It is not showing data of "ActiveName" from ItemSet. That is exactly what i want for my application. Display two comboboxes reading data from an xml. Based...
View ArticleNew Post: Bug: CollectionControlDialog DialogResult
Hello, The CollectionControlDialog does not seem to set the DialogResult when either the OK or Cancel buttons are clicked. The Dialog Result is always False. I believe this is a bug.
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hello I am using <Xcdg:Datagridcontrol> in my project. My customer requested to customize the styles(like foreground background, font family, font size, font stretch,font style) of each column in...
View ArticleNew Post: Bug: CollectionControlDialog DialogResult
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21077 has been created. Thanks !
View ArticleNew Post: Get Default Type Editor object by the property type
Hello, I would like to suggest improvement for PropertyGrid. I use Extended WPF Property Grid and I am facing with some issue to get Default Type Editor by the property type in runtime. I've...
View ArticleNew Post: Strange Selector Issue in DataGrid
We have a DataGrid (the one that comes with .NET) that contains a variety of template columns. What we're finding is that clicking on a cell in a different row from the currently selected row exhibits...
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 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 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 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 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 ArticleNew Post: Forked and extended drop down button controls
Hi, I just forked and extended your DropDownButton and SplitButton controls in a new project:https://dropdownbuttonlib.codeplex.com/ Please let me know what you think and give me your feedback on it....
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Thank you very much Mr.boucher. Its working for me.
View ArticleNew Post: Need to display RowCount & Rowheader in Grouping
Hi BoucherS, Thanks for the reply. I'm using the ExtendedDataGrid dll from https://wpfextendeddatagrid.codeplex.com/..Will the same solution work in it?
View ArticleNew Post: Applying Styles to each column in Grid Dynamically
Hello Mr.Boucher, By using data trigger I can apply style to single value like "CC". But my requirement is that the style to applied based on the user value. For example if the user select CC it has to...
View Article