Top "Datagrid" questions

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

How can I paginate a WPF DataGrid?

How can I set paging in a wpf DataGrid?

wpf datagrid pagination
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 (…

datagrid flex3 itemrenderer
How to center the content of cells in a data grid?

I set the min height of a datagrid that way: <DataGrid MinRowHeight="40"> After feeding the datagrid with datas, …

wpf datagrid row alignment
OpenClipboard failed when copy pasting data from WPF DataGrid

I've got a WPF application using datagrid. The application worked fine until I installed Visual Studio 2012 and Blend+SketchFlow preview. …

c# wpf datagrid clipboard copy-paste
Set a padding on dataGridCells in WPF

simple question: How can I set a padding on a dataGridCell in WPF? (either one at a time or on …

wpf datagrid styling
Making a DataGrid Column Header sortable in WPF using C#

I am using C# in Visual Studio 2008 and I have install the WPF Toolkit. I created a DataGrid in testtest.…

wpf datagrid header jquery-ui-sortable
Binding Visibility for DataGridColumn in WPF

How can I hide a column in a WPF DataGrid through a Binding? This is what I did: <DataGridTextColumn …

wpf xaml datagrid visibility
ReferenceError: define is not defined while embedding fuelux in datagrid.js

I wanted to add use http://exacttarget.github.com/fuelux/ to build a datagrid. I wanted to add the library …

javascript jquery datagrid requirejs fuelux
Datagrid in WPF - 1 column default sorted

In a WPF I have an DataGrid with a few columns. At default, there is 1 I want to make it …

c# wpf sorting datagrid
Sort a wpf datagrid programmatically

Is there a way to sort a WPF DataGrid programmaticaly ( for example, like if i clicked on my first column). …

c# .net wpf xaml datagrid