Top "Xamdatagrid" questions

Data grid control from Infragistics.

Using MVVM, how to pass SelectedItems of a XamDataGrid as parameter to the Command raised by the ContextMenu?

I'm trying to pass the item on XamDataGrid on which I do a mouse right click to open a ContextMenu, …

c# wpf mvvm contextmenu xamdatagrid
How to change column's header caption on Infragistics XamDataGrid

It seems a bit trivial, but I have a XamDataGrid in my WPF app that I'd like to set its …

wpf infragistics xamdatagrid
Infragistics XamDataGrid WPF MVVM SelectionChanged

We are implementing a MVVM architecture in our WPF application. We want to use the Infragistics XamDataGrid but kind of …

wpf mvvm infragistics selectionchanged xamdatagrid
MVVM - How to create columns at runtime for a xamdatagrid?

I have to create a XamDataGrid that shows a dynamic amount of columns for a time frame x to y. …

.net wpf mvvm xamdatagrid
How to get a WPF command to execute on row double click of the Infragistics WPF datagrid?

I have a WPF XamDataGrid (I'm using the MVVM pattern, xaml below) and I need it to show the record …

xamdatagrid
setting Column width of XamDataGrid in XAML

I want to set the Column width of XamDataGrid in XAML. There is no Width Property available like <ip:…

wpf infragistics xamdatagrid
Cannot apply cellValuePresenter/TypeConverter to XamDataGrid cells

I also asked this at Infragistics, but don't know how to format my code there, so here it is properly …

c# xaml type-conversion xamdatagrid