We\'re looking at upgrading our WPF DataGrid based application to one that uses the Infragistics xamDataGrid DataGri开发者_运维知识库d control.
here is the scenario I want ta achieve on some XamDataGrid Some Cells may be selected in the grid - cellsand not records
I\'m using a XamDataGrid (Infragistics-control) to display some hierarchical data. The objects that I can have up to 10 levels and I need to be able to give each level a specific background-color. I u
Working with the Infragistics XamDataGrid I encountered a situation where I want a Style applied only if a certain property is set.However, I think this is more of a general WPF/style question than xa
I am working with the Infragistics XamDatagrid.When an event takes place in the view (new record updated), I would like to call a method in the view model.I can\'t just listen to the CollectionChanged
Do not know if this is specific to the Infragistics xamDataGrid but here goes the question: Infragistics xamDataGrid exposes a property IsSynchronizedWithCurrentItem, which according to their documen
I\'m trying to change the background color of the filter record in a xamDataGrid. I\'ve tried <SolidColorBrush x:Key=\"{ComponentResourceKey {x:Type igDP:XamDataGrid}, AddRowBackground}\" Color=\"
Right now i am trying to implement something like the RowDetails feature of the WPF DataGrid into the XamDataGrid. What i have tried to do (and failed until now):
I have a tab control with a few tabs.When a tab is selected, I set the content of the tab to its corresponding view model.
Can someone point me to an example in code for sorting a XamDataGrid by multip开发者_开发问答le columns, such as