HiI want to group the xamgrid by 2 columns, but only one Groupheader should be displayed for both groupcolumns.In your help and samples I found examples with multiple group columns, that always display one header for each groupcolumn.e.g.:<ig:XamGrid.Columns ><ig:TextColumn IsGroupBy="True" Key="Reihenfolge">....<ig:TextColumn IsGroupBy="True" Key="Nr">....Is there a way to group by multiple Keys or to hide one groupheader?(e.g. in SQLReports I can choose "group by [column1], then group by [column2]"Thanks voks
Hi shankarnag,
Unfortunately this is not currently possible with the XamGrid. This feature is exclusive to the XamDataGrid because of it's ability to control column placement using the Row, RowSpan, Column, ColumnSpan properties. The XamGrid does not have this functionality so this would be a new product idea for the control. I have sent your product idea directly to our product management team. Our product team chooses new product ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this product idea is PI13030111.
If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi... I am using xamGrid instead of Xamdatagrid. How can i get same appearance of xamdatagrid to xamgrid.I am sending an image file which is in xamdatagrid.i want same as in XamGrid.
Hi voks,
Let me know if you have any further questions on this.
In order to do this you're going to need to hide the parent rows so that your newest column that was added to the group by area will be the only row header displayed. I've attached a sample that shows how you can do this. I set the XamGrid's Indentation property to 0 so each column I added to the group by area wouldn't cause the row headers to shift over.
Hi Rob,
I refer to the headers in the grid that take up an entire row and need to be expanded in order to see the records that are grouped under it.
the records should be grouped first by one column and then by a second column.
At the moment the grid displays two groupheaders one below the other, and then the records - only the second groupheader should be displayed with the records underneath.
Thanks voks