xamdatagrid
WPF Infragistics xamDataGrid - CollectionView GroupDescriptions not recognized like with WPF DataGrid
We\'re looking at upgrading our WPF DataGrid based application to one that uses the Infragistics xamDataGrid DataGri开发者_运维知识库d control.[详细]
2023-04-11 05:21 分类:问答Xamdatagrid howto get the current Cell on right click
here is the scenario I want ta achieve on some XamDataGrid Some Cells may be selected in the grid - cellsand not records[详细]
2023-04-08 01:48 分类:问答Colouring a hierarchical XamDataGrid
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[详细]
2023-04-06 10:25 分类:问答Apply Style based on property value
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[详细]
2023-04-03 14:08 分类:问答Triggering a command in the view model based on an action in the view
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[详细]
2023-04-03 12:03 分类:问答WPF understanding Selector.IsSynchronizedWithCurrentItem
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[详细]
2023-03-28 06:36 分类:问答xamDataGrid filter record styling
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=\"[详细]
2023-03-25 21:06 分类:问答Implementing row details with XamDataGrid
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):[详细]
2023-03-19 12:18 分类:问答WPF DataTemplate and usercontrol lifetime
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.[详细]
2023-03-17 22:44 分类:问答Sorting an XamDataGrid by multiple columns
Can someone point me to an example in code for sorting a XamDataGrid by multip开发者_开发问答le columns, such as[详细]
2023-03-16 06:21 分类:问答