Questions tagged [xceed-datagrid]

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.

100 questions
6
votes
2 answers

Converters are being called on every keystroke rather than at the end of user input

I'm having a problem with data entry since switching to .NET 4.0. In my Xceed 3.7 grid, the user used to be able to type a value into a cell, and when they clicked away or hit enter, the bound converter's ConvertBack method would be called, parsing…
Alain
  • 26,663
  • 20
  • 114
  • 184
6
votes
2 answers

Prefix 'xcdg' does not map to a namespace

I recently started playing with DataGridControl from Extended WPF Toolkit
Kapitán Mlíko
  • 4,498
  • 3
  • 43
  • 60
3
votes
1 answer

Hyperlink in wpf

I am using the following code to create hyperlink column in xceed grid in wpf. When am binding a datatable to xceed grid, the value is binding but the hyperlink is not created. Please help me.
Mathan
  • 61
  • 2
  • 3
3
votes
1 answer

Force the row height in the Xceed DataGridControl

Can anybody tell me how to set the row height in the Xceed DataGridControl ? Because setting the styling for DataRow, Row, and DataCell does nothing. It seems that it's fixed at 30, and I've been unable to find any way to change it, even searching…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
3
votes
1 answer

Xceed DataGrid SelectedItem issue

In my project I have an Xceed data grid which is bound to a data source with many records and record details. I am attempting to create a context menu option that will allow the user to search for a specific detail in a specific column. While I have…
Patrick K
  • 179
  • 3
  • 14
3
votes
1 answer

Binding data grid column to dynamic properties

I'm working on a requirement, where any amount of dynamic properties can be added to an entity. These dynamic properties can be shown in a data grid column besides the actual object properties. To respect the existing architecture, these properties…
Philippe
  • 1,949
  • 4
  • 31
  • 57
3
votes
3 answers

Removing the default text in Xceed datagrid

I am using the Codeplex verison of Xceed datagrid. But while showing the grid in form, 'Powered by Xceed' text is coming in top right of datagrid. Is it possible to remove this? How?
Olivarsham
  • 1,701
  • 5
  • 25
  • 51
3
votes
0 answers

Deselect Item in Xceed grid

I have some xceed grids that I don't want any of the items to be selected by default. Right now when my grids load up, the first item is selected. Is there a way to stop this behavior from occuring?
g.t.w.d
  • 601
  • 1
  • 10
  • 30
2
votes
0 answers

xceed datagridcontrol for wpf - how to style inactiveselectionbackground property?

I'm looking for a way to set the inactiveselectionbackground property either in xaml or in code for my datagridcontrol objects. I tried to set a style in xaml but couldn't find what I needed and I can't seem to find the property on the datagrid…
TWood
  • 2,563
  • 8
  • 36
  • 58
2
votes
1 answer

How to set focus to particular row in Xceed Grid for .NET

I am new to using Xceed Grid for .NET. There is set focus in .NET but not on Xceed. Can you please help me how to get the same ?
ritwik
  • 51
  • 2
2
votes
1 answer

XCeed DataGrid for WPF v4.x: Accessing Excel like filters

I am using XCeed DataGrid for WPF 4.x. I have created excel like drop down filters using view's ItemProperties. Let’s say there is a single column in data grid with values 1,1,0,1. Now I apply excel like filter Now there will be rows with value 1…
Kushal Waikar
  • 2,976
  • 5
  • 26
  • 31
2
votes
1 answer

XCeed WPF DataGrid: FilterCell for a specific property of converted value

I am using XCeed DataGrid for WPF v4.0. My data grid control has got one column with FieldName=PropA. Using DisplayMemberBindingInfo I convert its value to another class object with two properties in it 1. Content 2. BackGroundColor. Inside…
Kushal Waikar
  • 2,976
  • 5
  • 26
  • 31
2
votes
1 answer

Xceed extended WPF datagrid select row with right click

I am trying to add a context menu to an Xceed extended WPF datagrid. I am able to show the context menu and the commands fire from the menu, but right clicking on a row does not set it as the selected row and so the wrong record is used by the…
2
votes
1 answer

Xceed Datagrid - Get filter row strings

Back again with more Xceed questions... I want to be able to get the string values of the filter row (shown below): The closest I've gotten is the following: DataGridCollectionView.ItemProperties[columnIndex].FilterCriterion Where…
AidanH
  • 502
  • 5
  • 24
2
votes
1 answer

XCeed DataGrid for WPF v4.x: How to create multiple column headers

Is there any way to create multiple column headers in XCeed DataGrid for WPF v4.x?
Kushal Waikar
  • 2,976
  • 5
  • 26
  • 31
1
2 3 4 5 6 7