Tagged Questions
A graphical user interface element that presents a tabular view of data.
49
votes
17answers
14k views
JavaScript data grid for millions of rows
I need to present millions of rows of data to users in a grid using JavaScript.
I don't want the user thinking about viewing finite pieces of data (ie. pages); it should appear that all of the data ...
23
votes
6answers
33k views
How do I bind a WPF DataGrid to a variable number of columns?
My WPF application generates sets of data which may have a different number of columns each time. Included in the output is a description of each column that will be used to apply formatting. A ...
19
votes
4answers
10k views
WPF Datagrid Performance
I am working with the WPF Toolkit data grid and it is scrolling extremely slow at the moment. The grid has 84 columns and 805 rows. (Including 3 fixed columns and the header is fixed.) Scrolling ...
19
votes
7answers
3k views
Is DataGrid a necessity in WPF?
I have seen a lot of discussions going on and people asking about DataGrid for WPF and complaining about Microsoft for not having one with their WPF framework till date. We know that WPF is a great UI ...
19
votes
8answers
5k views
What WPF Datagrid controls are worth the money and/or effort?
Looking for a good WPF Datagrid. I'm currently doing a "survey" of my available options. However, that survey is not going great.
Edit Yes, I'm aware of many of the actual possibilities for WPF ...
15
votes
5answers
4k views
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, if I click the check box. It should get checked.
But, it takes two click to get selected, for ...
15
votes
4answers
1k views
What is the proper way to handle multiple datagrids in a tab control so that cells leave edit mode when the tabs are changed?
In wpf I setup a tab control that binds to a collection of objects each object has a data template with a data grid presenting the data. If I select a particular cell and put it into edit mode, ...
15
votes
9answers
32k views
Silverlight DataGrid: Export to excel or csv
Is there a way I can export my Silverlight DataGrid data to excel or csv?
I searched the web but can't find any examples!
Thanks a lot
14
votes
2answers
2k views
WPF: Handle editable hierarchical data / TreeView~DataGrid hybrid
I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc.
Any other solution on how to handle editable ...
14
votes
5answers
17k views
Increase columns width in Silverlight DataGrid to fill whole DG width
I have a DataGrid Control which is bound to a SQL Table.
The XAML Code is:
<data:DataGrid x:Name="dg_sql_data"
Grid.Row="1"
Visibility="Collapsed" ...
13
votes
3answers
12k views
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 the row.
the functionality is already built into the UI of the grid, so to the user, the row ...
13
votes
7answers
23k views
Data Grid in ASP.NET MVC
Is it possible to use a datagrid control in a mvc "view"?
How would I bind it to a datasource?
13
votes
2answers
8k views
WPF ListView Very Slow Performance - Why? (ElementHost, or Other Reason?)
I have a Windows Forms app, that has a single ElementHost containing a WPF UserControl... in my WPF, I have a VERY simple ListView:
<ListView Margin="4" ItemsSource="{Binding Notifications}">
...
12
votes
2answers
5k views
How do I change the background color of a cell using WPF Toolkit Datagrid
I'm using the WPF toolkit datagrid, and I'd like to set the background color of a cell, not the row, based on the content of the cell.
For the sake of simplicity, lets say the column is called Foo ...
12
votes
6answers
4k views
WPF Toolkit DataGrid scrolling performance problems - why?
I have a performance problem with the (WPF Toolkit) DataGrid. It contains about 1.000 rows (only eight columns) and scrolling is horribly slow and laggy. Also the initial load of the Window containing ...
12
votes
4answers
16k views
How can I set the color of a selected row in DataGrid
This seems like a no-brainer but i just can't see how to do it.
The default background color of a selected row in DataGrid is so dark that I can't read it. Is there anyway of overriding it?
Tried ...
11
votes
2answers
350 views
How to improve Sorting performance on a None-Virtualized DataGrid?
I am sure most of you would now be surprised why we had to turn off the Virtualization for the wpf datagrid. While its true that virtualization helps to reduce memory footprint, it adds up CPU ...
11
votes
3answers
4k views
WPF datagrid empty row at bottom
I bind my datagrid using
//fill datagrid
public DataTable GameData
{
get
{
DataSet ds = new DataSet();
FileStream fs = new ...
11
votes
2answers
12k views
WPF DataGrid - Button in a column, getting the row from which it came on the Click event handler
I've set the itemsource of my WPF Datagrid to a List of Objects returned from my DAL. I've also added an extra column which contains a button, the xaml is below.
<toolkit:DataGridTemplateColumn ...
11
votes
3answers
23k views
Binding in a WPF data grid text column
I'm trying to build a data grid where one of the columns is a font name displayed in that font. Previously, I was working with a list box where I had defined the following template:
<TextBlock ...
10
votes
4answers
583 views
WPF Application DataGrid Control Window Switching Lag when lots of Rows in Non-Virtualized DataGrid
We have a small .NET 4.0 DataGrid WPF demo with the code posted below. It consists of a non-virtualized DataGrid with 30 columns and 3000 rows. It is non-virtualized, due to us requiring grouping ...
10
votes
5answers
36k views
programatically add column & rows to WPF Datagrid
i m new to WPF. i just wana know how should we add Columns & rows programatically to DataGrid in WPF. The way we used to do it in windows forms. create table columns , rows & bind it to ...
10
votes
4answers
1k views
What would you recommend for a large-scale Java data grid technology: Terracotta, GigaSpaces, Coherence, etc?
I've been reading up on so-called "data grid" solutions for the Java platform including Terracotta, GigaSpaces and Coherence. I was wondering if anyone has real-world experience working any of these ...
10
votes
4answers
4k views
How do you get the proper mapping name from a binding source bound to a List<T>, or an anonymous type, to use on a DataGridTableStyle?
I'm trying to create a DataGridTableStyle object so that I can control the column widths of a DataGrid. I've created a BindingSource object bound to a List. Actually it's bound to an anonymous type ...
10
votes
17answers
7k views
What is the best third-party WinForms grid for .NET?
It seems that there are many third-party .NET WinForms grids available on the market. I have seen Syncfusion, Xceed, and Infragistics in use at various companies, but now need to choose one for my ...
10
votes
5answers
2k views
Grid controls compatible with .NET and Mono?
Do you know any grid control compatible with .NET and Mono?
DataGridView seems to be quite buggy on Mono, and GTK# controls depends on GTK+ so you need to install it in windows machines where, ...
9
votes
3answers
4k views
DataGrid row content vertical alignment
I have a regular DataGrid from WPF 4.0 RTM, where I put data from database. In order to make clean & light style of DataGrid I use a tall/high rows and by default DataGrid aligns row content in ...
9
votes
7answers
8k views
Silverlight: How to bind DataGridColumn.Visibility?
I have an issue similar to the following post:
http://stackoverflow.com/questions/983272/silverlight-datagridtextcolumn-binding-visibility
I need to have a Column within a Silverlight DataGrid be ...
8
votes
1answer
464 views
Flex Vertical Datagrid
Can i have a datagrid that displays data vertically instead of horizontally ?
for example, if this is my dataprovider:
array('firstname':'John','lastname':'Doe'),
...
8
votes
2answers
2k views
How do I select a single cell in a WPF datagrid?
When I click a cell in a WPF datagrid, the whole row is selected, and when I press Ctrl + C to copy the content, the whole row i copied...
How do I select and copy the content of a single cell?
8
votes
4answers
9k views
right click context menu for datagrid
I have a datagrid in a .NET winform app. I would like to rightclick on a row and have a menu pop up. Then i would like to select things such as copy, validate, etc
How do i make A) a menu pop up B) ...
8
votes
5answers
14k views
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 contains properties. Then in C#, I create a DataGridTextColumn and a ...
8
votes
2answers
32k views
Flex DataGrid with ComboBox itemRenderer
I'm going spare trying to figure out the "correct" way to embed a ComboBox inside a Flex (3.4) DataGrid. By Rights (e.g. according to this page ...
8
votes
7answers
15k views
Pass value of a field to Silverlight ConverterParameter
I'm writing my very first Silverlight app. I have a datagrid with a column that has two labels, for the labels, i am using an IValueConverter to conditionally format the data.
The label's "Content" ...
8
votes
2answers
975 views
WPF ToolKit DataGrid Performance
I got a DataGrid with 6 column, each column is a RadioButton so that user can select 1 in 6 option. There are about 100 row. I make a custom class with 6 bool datamember, then bind the datagrid with a ...
8
votes
6answers
10k views
How to specify a ToolTip for a control in a Style from XAML?
I'm using a the WPF datagrid from the Microsoft CodePlex project. I have a custom control that I want to databind to a field from the row of the datagrid. I can't for the life of me figure out how to ...
8
votes
4answers
15k views
Change background color of Datagrid Header in Silverlight
I want to change background color of Datagrid header in Silverlight.
8
votes
3answers
4k views
set initial sort order in Silverlight DataGrid?
When I first load data into a Silverlight DataGrid control, how can I make the screen look exactly as if the user had just clicked the header of the first column? In other words, the data should be ...
7
votes
4answers
404 views
WPF DataGrid validation errors not clearing
So I have a WPF DataGrid, which is bound to an ObservableCollection. The collection has validation on its members, through IDataErrorInfo. If I edit a cell in a way so as to be invalid, and then tab ...
7
votes
1answer
848 views
Printing Dynamic Usercontrol via document paginator in WPF : Datagrid is printed empty
I am trying to print a wpf document. I am using documentpaginator for pagination and a user control to create actual visual to print. My user control has few textboxes and a datagrid binded to data ...
7
votes
8answers
5k views
Which datagrid to use for ASP.NET MVC2 project?
I am developing a commercial MVC2 app that requires a grid that has callback update in some form to support 10,000+ rows. It should also support relatively rich content (icons, multiline descriptions ...
7
votes
2answers
1k views
How to show a loading graphic/animation when wpf data binding is taking place
I have a WPF user control that contains a DataGrid. I'm binding an ObservableCollection of view models to it. Each view model has another collection of view models that I'm using to bind another ...
7
votes
5answers
5k views
WPF datagrid header text binding
The column header of the DataGrid is not a FrameWork element for some reason, and so you cannot use bindings to set things like the header text. Please correct me if that is wrong of if that has ...
7
votes
2answers
11k views
C#/WPF: Binding Combobox ItemSource in Datagrid to element outside of the DataContext
I'd like to do following:
public List<Users> PreLoadedUserList { get; set; }
public List<RowEntries> SomeDataRowList { get; set; }
public class Users
{
public int Age { get; set; }
...
7
votes
4answers
4k views
WPF DataGrid Virtualization with Grouping
I'm using the WPF DataGrid from CodePlex and I need to get Virtualization to work with grouping.
This question is on topic and points to an MSDN Example but it only covers ListControls with with ...
7
votes
6answers
3k views
What are the recommended datagrids for asp.net mvc?
I have looked at a few data grids for an asp.net mvc app I am developing. I would like to
get some opinions on the different datagrids for asp.net mvc. I would like to know the pros/cons with the data ...
7
votes
2answers
802 views
WPF Toolkit Datagrid - Custom Tabbing
I have a WPF Toolkit Datagrid with 3 columns. Only the third column allows data entry - the first two are static (Text descriptions). Is it possible to control tabbing and navigation such that the tab ...
7
votes
1answer
715 views
Animate row disappearance in WPFToolKit DataGrid
I have downloaded WPFToolkit, and I am using the DataGrid provided in this package.
I am trying to animate a row disappearance when the row is removed, but I don't know how to do it. Does anyone know ...
7
votes
4answers
6k views
What is the best *free* datagrid for WPF?
I've tried Xceed, WPFToolkit, Infragistics... with WPF you could also roll your own.
Please include descriptions of why you favor one over the other.
7
votes
2answers
8k views
how to sort a flex datagrid according to multiple columns?
I have a datagrid, populated as shown below. When the user clicks on a column header, I would like to sort the rows using a lexicographic sort in which the selected column is used first, then the ...