Top "Wpfdatagrid" questions

A graphical user interface element that presents a tabular view of data.

WPF horizontal DataGrid

I would like to have a WPF DataGrid with a horizontal orientation, does anyone know a solution?

wpf datagrid orientation wpfdatagrid
How to add horizontal separator in a dynamically created ContextMenu?

I was looking for the solution on the internet but was not able to find it within my sample. I …

wpf wpf-controls binding wpfdatagrid
How to convert DataGrid to dataTable

I want to copy all the datagrid records into datatable without using any loop. For Ex: Dim dt as New …

wpf vb.net wpfdatagrid wpf-4.0
How to detect if an item in my ObservableCollection has changed

I have a datagrid which is bound to ObservableCollection<Product>. When the grid is updated this automatically updates …

c# wpf wpfdatagrid inotifypropertychanged
How to set DataGridTextColumn text color?

I'm trying to change the color of a DataGridTextColumn. Here's what I'm doing: <DataGridTextColumn Header="Status" Binding="{Binding IsActive, …

c# wpf xaml wpfdatagrid datagridtextcolumn
WPF Datagrid Row Editing "ENDED" event

I know that WPF datagrid has "RowEditEnding" event , but I need to fire the event on after the Row has …

wpf wpfdatagrid observablecollection
WPF DataGrid - Why the extra column

I have a WPF app that uses DataGrid to display some data. When I run the program there is an …

wpf c#-4.0 user-controls wpfdatagrid
How to Freeze First Column of WPF DataGrid

I have a WPF DataGrid.. I want to freeze first column of that WPF DataGrid while horizontal scrlling.. My code …

c# wpf wpfdatagrid freeze freezable
Disable tabstop between columns in a WPF datagrid

I have a WPF Toolkit datagrid with mulitple columns. I am trying to get a behaviour where you can tab …

wpf xaml wpfdatagrid tabstop
Upgrading to .NET 4.5: An ItemsControl is inconsistent with its items source

I'm building an application, which uses many ItemControls(datagrids and listviews). In order to easily update these lists from background …

c# wpfdatagrid .net-4.5