Hi,
I am migrating the UltraWinGrid in my application to the WPF XAMDataGrid.
I need to know how to achieve a few UI features that were available in the previous grid in the code behind.
1. OutlookGroupBy ViewStyleBand
2. Add sorted columns.
Kindly help me with this
HI,
Please let me know if you need further assistance regarding this case.
Sincerely, Matt Developer Support Engineer
Can you attach a snapshot of what you are trying to achieve.
Thanks Matt.
I am trying to display a dataset in XAMDataGrid. I have 2 tables in the dataset. I have to display the columns in the table horizontally, but the tables as such should have vertical orientation. ie. when i expand the first table (which appears like first row), I should see the columns in hoizontal orientation.
But I see that I can the orientation as a whole to the XAMDataGrid only throught its viewsettings.
Is is possible to achieve this?
Sorting and Grouping are already enabled by default in the XamDataGrid.
You can control this functionality by using the following Xaml
<igDP:XamDataGrid Name="xgrid1" DataSource="{Binding People}">
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings LabelClickAction="SortByMultipleFieldsTriState" AllowGroupBy="True" />
</igDP:XamDataGrid.FieldSettings>
</igDP:XamDataGrid>
Here is a help link for sorting and grouping
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamDataPresenter_About_Grouping.html
Sincerely,MattDeveloper Support Engineer
Infragistics, Inc.
www.infragistics.com/support