Hello, Infragistics team!
Two questions about xamDataGrid for WPF.
1) Is it possible to automatically merge cells with same content? This feature is allowed by Silverlight DataGrid, example found at http://samples.infragistics.com/sllob/RunSamples.aspx?cn=grid#/grid/cell-merging. How can I achieve the same behaviour in WPF DataGrid? Cannot find such sample in NetAdvantage 2010.
2) Is it possible to filter data with the help of filter menu, as shown in that Silverlight sample: http://samples.infragistics.com/sllob/RunSamples.aspx?cn=grid#/grid/filtering-data (choose item "FilterMenu" in Options). I mean using combobox with checkboxes and multiple selection. Cannot find such sample in WPF too (only combobox with flat list in it and no multiple selection).
HI ,
As far as merging cells?
This is a feature request and I will log one for you.
http://forums.infragistics.com/forums/t/48122.aspx
As far as your 2nd issue - you can do complex filtering by selecting "Custom" from the filter dropdown.
This will bring you to Custom Filter Selection Menu, where you can add many conditions.
Sincerely,
Matt DSE
Thanks for reply!