Hello, i want to write a style that will contain the NewRow in the GroupByCellContro , like this http://i48.tinypic.com/2cej3hj.jpg
How can i do it?
I want the groupby cell with the expander will be in one row and the next row of the GroupByCellControl will be the NewRow.
Also i want the ColumnHeaderRow Height to be 0 so it won't have any height (the data table will be right after the GroupByRow)
Hello Michael,
There is an option to databind using hierarchical data. This allows a row to be added within the child that would expand like when grouping a column. The difference would be that there's a header in each level in both parent and child. I have attached an updated sample and also re-templating the HeaderCellControl.
That's not exactly what i need.
I need the groupby row to contain 2 rows:
1st row- the group by header with the expander
2nd row- row designated for adding new row in the group
that's one option.
2nd option i thought is to style the HeaderCellControl to have a textblock, and change it's DataContext to the DataContext of the group where this header is "sitting". the thing is that i tried to use RelativeSource to find the GroupCellControl, but the HeaderCellControl is not part of the GroupByCellControl.
So how can i do it?
To style in the GroupByCellControl there is a GroupByItemTemplate property within a column that can be applied and adding a XamComboEditor control in the DataTemplate. In each of the records contains a CellPanel and a converter can be added to set the height to 0 on a header record.
I have attached a sample.
After some research, adding a new record within a group has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests 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 feature request is PI12090181.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request 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.