Top "Wpfdatagrid" questions

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

wpf: DataGrid disable selected row styles - or row selecting

I am seeing a lot of examples on how to style Selected rows in DataGrid such as this one: How …

wpf wpfdatagrid
wpf datagrid alternate row coloring

I have tried this method.. without luck.. <Style TargetType="{x:Type DataGridRow}"> <Style.Triggers> <Trigger …

wpf xaml wpf-controls styles wpfdatagrid
DataGrid's selected row color when inactive

How can I style WPF DataGrid to change the color of selected row when DataGrid lost its focus?

wpf wpfdatagrid
Disable DataGrid current cell border in FullRow selection mode

I am using a DataGrid in row selection mode (i.e., SelectionUnit="FullRow"). I simply want to remove the border …

wpf wpfdatagrid wpf-4.0
Getting WPF Data Grid Context Menu Click Row

I have a WPF DataGrid <DataGrid AutoGenerateColumns="False" Name="dataGrid1" IsReadOnly="True" > <DataGrid.Columns> <DataGridTextColumn …

c# wpf wpfdatagrid wpf-4.0
Improve WPF DataGrid performance

In my .NET 3.5 WPF Application, I have a WPF DataGrid which will be populated with 500 columns and 50 rows. The performance …

c# wpf datagrid wpfdatagrid
WPF DataGrid not updating on PropertyChanged

i've a problem updating my datagrid when clicking the button by using NotifyPropertyChanged. It works if i set the DataGrid.…

c# wpf data-binding wpfdatagrid inotifypropertychanged
Checkbox with DataGrid WPF

I am trying to create a DataGrid in WPF 4.0 using MVVM... Features required - Muti - Select rows using a …

wpf mvvm wpf-controls wpfdatagrid wpf-4.0
Mouse scroll not working in a scroll viewer with a wpf datagrid and additional UI elements

I am trying to figure out how to get the mouse scroll working on a wpf window with a scrollviewer …

c# wpf wpfdatagrid
Select DataGridCell from DataGrid

I have a DataGrid WPF control and I want to get a specific DataGridCell. I know the row and column …

c# .net wpf wpfdatagrid datagridcell