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
0 answers
How to make a ToolTip not bigger than it's Control?
I have a Xceed DataGrid, and in one of the Columns there is a text that can be very long. I want to show just part of the text, and if the user hovers the mouse on top of it, a Tooltip will show the entire text.
I am trying to set the ToolTip's…

Michel Feinstein
- 13,416
- 16
- 91
- 173
0
votes
1 answer
Copy image of Xceed DataGridControl to bitmap
I'm using Xceed WPF Toolkit (Community Edition) DataGridControl, and I would like to create a bitmap from the control (either to put on the clipboard or save to a png).
I have tried using a RenderBitmapTarget, but it will only copy the control as it…

David Hope
- 2,216
- 16
- 32
0
votes
3 answers
Taking out FilterRow from XCeed DataGrid control
Is it possible to pull out filter row from XCeed DataGrid control to some other place like group box ? If possible, how ? Any pointers will be appreciated.
Please consider scenario given below where when I click on Filter button, Product Name column…

Kushal Waikar
- 2,976
- 5
- 26
- 31
0
votes
1 answer
How do I change the CellErrorStyle for an Xceed Datagrid?
So in the Xceed documentation there is a code example that does not work for me. It may be because my grid is bound to a DataGridCollectionView. The objects in the collection used by the datagridcollection are what implement IDataErrorInfo.
The…

Bob
- 1,484
- 5
- 22
- 44
0
votes
1 answer
LicenseException for Xceed DataGrid for WPF
I have developed a simple DB-editing app using Xceed's excellent DataGrid for WPF (UX Edition version 3.7), which is now ready for deployment... except that when I run it on a machine other than the development one where it was built, I am getting…

ewall
- 27,179
- 15
- 70
- 84
0
votes
1 answer
Rebinding a Xceed DataGrid column to accept special characters
I am trying to use an Xceed WPF DataGrid to display DataTable objects. The DataTables just so happens to have columns that utilize special characters such as "/". This led the Xceed DataGrid to run into the same problem as seen in this previous…

Typer525
- 86
- 1
- 8
0
votes
1 answer
GroupLevelIndicatorPane causes ColumnStretchMode=ALL to not fit columns
I have an Xceed datagrid that uses ColumnStretchMode=ALL to make the columns fit in the grid.
It has been working perfectly, until I added a GroupLevelIndicatorPane. Once I added that, the grid no longer fits right (it is off by the width of the…

Vaccano
- 78,325
- 149
- 468
- 850
0
votes
1 answer
Xceed Datagrid set GroupHeaderControl Template for a single GroupHeader instead of all GroupHeaders
The documentation boasts this "wonderful" example of how to style the group headers.