Data grid control from Infragistics. Designed for WPF, can be used to produce reports, tables. Provides editing, sorting, filtering, grouping, and showing hierarchical data relationships
Questions tagged [xamdatagrid]
225 questions
0
votes
1 answer
How to make the first row of a xamDataGrid have a different background color?
I want to make the first row of a xamDataGrid a different color because it holds a different type of data than the rest of the grid.

Mittens
- 1
- 1
0
votes
1 answer
ContextualHelp on Infragistics XamFormulaEditor and FormulaEditorDialog
I am trying to integrate the formula editing feature with my XamDataGrid control in our WPF application. The control has its AutoGenerateFields property set to false and it binds data successfully. I have a XamFormulaEditor control on the Window to…

Ananthan Unni
- 1,304
- 9
- 23
0
votes
1 answer
Binding XamDataGrid field definitions to view model
I am attempting to build an application that will show different columns in the same XamDataGrid for different Projects. Here is an example:
public class Project
{
public ICollection People { get; private set; }
public string DisplaySpec…

Matt
- 2,795
- 2
- 29
- 47
0
votes
1 answer
In infragistics xamdatagrid how to select a row on right click
In the XAML, I have this code
Here, the CellClickAction is for the left click.…

Manan Shah
- 367
- 1
- 7
- 18
0
votes
1 answer
Shared Column Headers in XamDataGrid via GUI at runtime
How does the user change the columns in a XamDataGrid such that it sets the ColumnSpan and/or RowSpan properties? I know how to do this programatically, but I can't seem to figure out how to do it via the keyboard and mouse at runtime. Are there…

aaronburro
- 504
- 6
- 15
0
votes
2 answers
AutoGeneratingColumn event in Infragistics xamgid or xamdatagrid?
I work with wpf & MVVM.
I have a page with datagrid which is bound to a datatable from viewmodel . In datagrid auto generate column property is true . But I need some coulmns to be combo box . So i use
AutoGeneratingColumn event of datagrid to…

Kuntady Nithesh
- 11,371
- 20
- 63
- 86
0
votes
1 answer
XamComboEditor SelectedItemChangedEvent firing non-stop in XamDataGrid
I have bound XamComboEditor's in two columns of XamDataGrid. When I select an item from XamComboEditor1, I would like to bind specific items to XamComboEditor2. I have attached SelectedItemChanged Event to XamComboEditor1. The event fires non-stop…

user977606
- 95
- 2
- 11
0
votes
1 answer
How to add a tooltip to the XamDataGrid record programmatically
I already know how to set the tooltip for a XamDataGrid using a style, e.g.: