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
1
vote
1 answer
Xceed WPF DataGrid - Master/Detail : Change background color of cell in detail section based on data
I'm new to WPF which might explain the difficulty I'm having doing this. As an example of what I want to do, I'm using a simplified version of Xceed's MasterDetial sample app which has Employees as a Master and the Orders associated with each…

CaseyR
- 437
- 5
- 13
1
vote
1 answer
Exception thrown when Xceed DataGridControl is bound to a DataTable and a sorted column no longer exists
I am trying to use the excellent DataGrid available in the Extended WPF Toolkit Community Edition made available by Xceed (http://wpftoolkit.codeplex.com/). I have an application that displays the results from reports in a simple DataGridControl…

Sam Storie
- 4,444
- 4
- 48
- 74
1
vote
1 answer
How to change the background color of a Xceed RowSelectorPane
I am using an Xceed datagrid and I am trying to change the RowSelectorPane background color. I tried to do this in the XAML, but it would give me a compiler error stating that it cannot create my datagrid control. Any advice would be greatly…

Seb
- 3,414
- 10
- 73
- 106
1
vote
3 answers
Display message when datagrid is empty
I want to display a simple message in the datagrid when there are no items displaying in the datagrid. Right now I have the following XAML code:

Jelle Capenberghs
- 794
- 2
- 14
- 30
1
vote
0 answers
XCeed Datagrid Binding twoWay
I have a problem with the XCeed tool for advanced Datagrid with WPF.
I've create a datagrid bind on an observableCollection of objects and it works (objects become lines of the datagrid).
But The binding is only in OneWay and i don't know why.
Do…

Desnoxav
- 354
- 2
- 7
- 19
1
vote
1 answer
write data from list to a datagrid
I've got datagrid with fields idsticker,volatility,rate of return. Also I have a struct container with fields idsticker,volatility,rateofreturn
struct container
{
public container(string sticker, decimal volatility, decimal…

lapots
- 12,553
- 32
- 121
- 242
0
votes
1 answer
WPF Xceed datagrid - datatrigger on cell's content makes me lose data on load...however re
I am using the Xceed datagrid for WPF. Today I was trying to change the background of the whole row if one of its column "SA" has the some value or not null. I wrote the following piece of code in XAML with a converter function in code…

Kunal
- 55
- 5
0
votes
1 answer
Sort Autofilter contents - XCeed WPF Datagrid
I am using an Xceed WPF Datagrid in an app. I have enabled Autofilter on one of the columns, but the contents are not sorted. I can't figure out if there is a property or something, a style perhaps, to tell the thing to sort alphabetically. Has…

essedbl
- 520
- 1
- 7
- 19
0
votes
3 answers
WPF: xceed datagrid, how to adjust column width at runtime?
I'm trying to adjust the xceed datagrid at runtime and cannot find a setting for this, anyone have any experience with it?

Shai UI
- 50,568
- 73
- 204
- 309
0
votes
0 answers
Uisnga DataTrigger to hide xceed data grid rows
I am working on WPF MVVM project and I have a ObservableCollection with class that contains a boolean property and a string property. That Observablecollection is bound xceedwpfgrid. I am trying to add a datatrigger that checks the boolean and based…

AC25
- 413
- 1
- 7
- 23
0
votes
1 answer
XceedGrid. How to make cell editable related to other column(readonly)
I have boolean Property SpecValue what indicates that other property can be modified.
I can't find good solution how to do it.
I use next solution, but there is some bugs.

barbarian
- 1,559
- 6
- 20
- 26
0
votes
1 answer
Xceed Datagrid Test Automation using UFT and TestComplete
I am currently trying to automate one windows application .it has Xceed datagrid .
I tried with UFT and TestComplete automation tool.
I am not able to get the row element from the Xceed grid table.its is identifying as a wpfobject .So i am not able…

Null Pointer
- 9,089
- 26
- 73
- 118
0
votes
1 answer
How to make indent for groups in Xceed datagrid?
The Xceed datagrid provides drag and Drop option to group data by any column.
But the level of indent for all groups is by default made zero.
How to provide proper indent for the groups.
For Eg:
ParentGroup_Level1
ChildGroup_Level2
…

Pradeep
- 13
- 1
- 8
0
votes
2 answers
Xceed GridControl
I have an Xceed gridcontrol, with a GroupByRow control on there. When the groups are populated, the GroupByRow width, is only as width as the columns on there. There does not seem to be an option to expand the width to the size of the actual…

Darren Young
- 10,972
- 36
- 91
- 150
0
votes
1 answer
NullReferenceException when binding a property to a button in Xceed Datagrid
This one is driving me nuts. The issue only shows up when the datagrid is large enough to require scroll bars, so I strongly suggest that data virtualisation plays a hand in this. As you can see from the xaml below the last column defined for this…

Bob
- 1,484
- 5
- 22
- 44