Top "Wpfdatagrid" questions

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

Binding ItemsSource of a ComboBoxColumn in WPF DataGrid

I have two simple Model classes and a ViewModel... public class GridItem { public string Name { get; set; } public int CompanyID { …

.net wpf binding wpfdatagrid datagridcomboboxcolumn
How to refresh datagrid in WPF

My source is in a MySQL database, I've made an update command and now I need to refresh my DataGrid. …

c# mysql wpf ado.net wpfdatagrid
How to set DataGrid's row Background, based on a property value using data bindings

In my XAML code, I want to set the Background color of each row, based on a value of the …

wpf xaml wpfdatagrid
How can I disable editing cells in a WPF Datagrid?

I'm constructing a datagrid in Windows Presentation Foundation, and I have a problem. When a user double-clicks on a cell …

wpf datagrid wpfdatagrid cells
How to perform Single click checkbox selection in WPF DataGrid?

I have a DataGrid with first column as text column and second column as CheckBox column. What I want is, …

wpf datagrid wpfdatagrid
How to change column header's background color when using WPF datagrid

How to change column header's background color when using WPF datagrid? Need to modify xaml directly?

c# .net wpf xaml wpfdatagrid
WPF StringFormat on Label Content

I want to format my string binding as Amount is X where X is a property bound to a label. …

wpf wpf-controls binding wpftoolkit wpfdatagrid
ListView.GridViewColumn (*) width

I am using ListView control instead of DataGrid in my WPF application. I want to give * width to my ListView.…

wpf listview gridview wpfdatagrid gridviewcolumn
Simple way to display row numbers on WPF DataGrid

I just want to display row numbers in the left-most column of my DataGrid. Is there some attribute to do …

c# wpf wpfdatagrid
How Do I Hide wpf datagrid row selector

I'm using the WPF DataGrid control to show some details and a select button, and I don't need the gray …

wpf wpfdatagrid