Top "Datagrid" questions

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

How do I Add a Tooltip To a DataGridTextColumn

I'm using WPFtoolkit DataGrid ,I have to wrap text in a DataGridTextColumn or I have to add a ToolTip to …

wpf datagrid tooltip datagridtextcolumn
in wpf how do i make a datagrid fit the window height

I have a grid with 3 columns and 2 rows <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"/> <ColumnDefinition Width="10"/&…

wpf datagrid wpf-controls scrollbar
What is the "pressed the delete key" event for the WPF Datagrid?

I want to enable the user to highlight a row on the WPF DataGrid and press delete key to delete …

wpf datagrid
WPF DataGrid: Make cells readonly

I use the following DataGrid <DataGrid Grid.Row="1" Grid.Column="1" Name="Grid" ItemsSource="{Binding}" AutoGenerateColumns="False" > <DataGrid.…

wpf datagrid
WPF C# Data-binding to DataGridTextColumn

I'm having a difficult time getting any data in this datagrid view to appear. I've followed some suggestions in a …

c# wpf xaml datagrid datagridtextcolumn
How to hide the Column header in a WPF DataGrid?

I am using a DataGrid in Expression Blend but I just need to show only the registries and hide the …

wpf datagrid expression-blend expression
Removing all DataGrid row and cell borders

I want to hide (or remove) all the borders of all the rows (and subsequently cells) in my datagrid, think …

c# .net wpf xaml datagrid
Filling a Datagrid with dynamic Columns

I have an Datagrid which needs to get filled dynamicly. The tablelayout is like: id | image | name | Description | Name-1 | Name-N …

c# .net wpf datagrid
Get datagrid rows

How can I get the list of rows in the DataGrid? Not the bound items, but the DataGridRows list. I …

wpf datagrid visibility datagridrowheader
WPF DataGrid: DataGridComboxBox ItemsSource Binding to a Collection of Collections

Situation: I've created a DataGrid in XAML and the ItemsSource is binded to an ObservableCollection of a certain class that …

c# wpf datagrid itemssource datagridcomboboxcolumn