Xceed DataGrid for WPF is designed to extend the features of the base WPF DataGrid control. It provides the ability to create themes, dynamic grouping and other proprietary views such as 2D and 3D animated views with images. It has native support for Data Virtualization (or paging) which helps manage the loading of large data sets.
Questions tagged [xceed-datagrid]
100 questions
0
votes
1 answer
Silverlight DataServices add items dynamically to the collection
I've a Datagrid which consumes a WCF DataService.
Below is the code I am using;
public partial class MainPage : UserControl
{
static ServiceReference1.SampleDbEntities entities = new ServiceReference1.SampleDbEntities(new…

Libin TK
- 1,477
- 2
- 25
- 46
0
votes
1 answer
Binding a nested list into addition columns in xaml
I have a collection that I am binding to a datagrid (the wpf extended toolkit datagrid). Everything is fine with the standard binding but now I want to bind a nested list in that collection to additional columns.
For example
Person
Name
Age
…

Digital Powers
- 460
- 6
- 23
0
votes
1 answer
Scroll position and visible row indices in Xceed WPF grid
I'm trying to detect when the user starts scrolling down in the xceed grid control. I would like to know what the scrollbar position is, and which rows are currently being displayed on screen (indices would suffice).
Any ideas how I can accomplish…

Filip Frącz
- 5,881
- 11
- 45
- 67
0
votes
1 answer
Change the color of a grid header using Xceed Datagrid in WPF
I am using the Xceed data grid control and I am trying to change the header colors, but seem to be having some trouble. What I have right now is the following code snippet:
Style style = new Style(typeof(ColumnManagerRow));
style.Setters.Add(new…

Seb
- 3,414
- 10
- 73
- 106
0
votes
2 answers
How to tell if the selected datacell is a header or part of the datagrid
I have an Xceed datagrid in my WPF application and each cell is given an OnClick event. However, I would like to be able to handle that event depending on if the cell is the column header or if the cell is just storing data. If anyone has any advice…

Seb
- 3,414
- 10
- 73
- 106
0
votes
1 answer
Dynamically set Textblock size when Column containing it, is resized
I have an xceed grid (not sure if that is important) and one of the columns has a CellContentTemplate that has a TextBlock. Instead of the textblock width being automatically set to the size of the text, I want it to be the size of the column. I…

g.t.w.d
- 601
- 1
- 10
- 30
0
votes
1 answer
UI behaves differently when I am debugging in Visual Studio
I have some drag and drop functionality I am using in an xceed grid. When I try to drag and item down just one row, it doesn't work. But if I put a break point in my drop method and do the drop then, it has changed when I come back to the UI. What…

g.t.w.d
- 601
- 1
- 10
- 30
0
votes
1 answer
Format the display of the GroupBy header for Xceed Grid
I am using the groupby control on an xceed grid. I am trying to format the header. I want to get rid of the circled part in the pic below. Any ideas?

g.t.w.d
- 601
- 1
- 10
- 30
-1
votes
1 answer
Xceed Datagrid Cell Colouring
I have an xceed WPF Datagrid that I want to color a particular cell in each row a particular way.
The grid is bound to a Collection of Bid objects. The column I want to apply to color is BidValue.

JoeHz
- 2,136
- 1
- 18
- 29