Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
790
XamGrid GroupBy NewRow
posted

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)

Parents
No Data
Reply
  • 12004
    posted

    Hello Michael,

    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.

    xamGrid1.zip
Children