Top "Datagrid" questions

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

programmatically add column & rows to WPF Datagrid

I'm new to WPF. I just want to know how should we add columns and rows programmatically to a DataGrid …

c# wpf datagrid wpf-controls silverlight-2.0
Get selected row item in DataGrid WPF

I have a DataGrid, bound to Database table, I need to get the content of selected row in DataGrid, for …

wpf datagrid selecteditem
How to clear a data grid view

I am trying to populate a DataGridView based on the selected item in a ComboBox, I have this part working. …

c# datagrid
JavaScript data grid for millions of rows

I need to present a large number of rows of data (ie. millions of rows) to the user in a …

javascript jquery html datagrid slickgrid
Datagrid binding in WPF

I know this has been asked already but I have done almost everything what is suggested by developers. <DataGrid …

c# wpf xaml binding datagrid
DataGrid get selected rows' column values

I'm trying to get the values of each column of a selected row in a DataGrid. This is what I …

c# .net wpf datagrid
Change DataGrid cell colour based on values

I have got a WPF datagrid and I want diffrent cell colours according to values. I have got below code …

c# wpf xaml colors datagrid
Wpf DataGrid Add new row

I have managed to get DataGrid to show new row for adding new item. Problem i face now is i …

c# wpf mvvm datagrid
How to bind DataTable to Datagrid

I have a problem binding a DataTable to a DataGrid. I have already searched for solutions but just can't get …

c# wpf datagrid datatable
How can I set the color of a selected row in DataGrid

The default background color of a selected row in DataGrid is so dark that I can't read it. Is there …

c# wpf xaml datagrid