Hi
I am binding xamDataGrid to hierarchical DataSet (tables + relations, tables have same fields).
Grid correctly recognizes relations and display data on multiple bands
I need columns on all bands align vertically. Instead columns shifted to the right on each child level, looks like to the width of expansion indicator.
I use win-form UltraGrid for same functionality for years and this feature was working almost out of the box.
What is the appropriate solution for WPF xamDataGrid?
I also need to keep columns width in sync on all bands as user re-size columns or change columns orders
I need solution to work for "unlimited" depth of dataset tree.
Please see sample code for details
best regards,
Dmitri
Hello,
After looking into the functionality that you are trying to achieve and doing some research, the functionality that you have described has been determined to be a new product idea. You can suggest new Product Ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
Steps to create your idea:
The benefits of submitting the product idea yourself include:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
Additional benefits of the Product Idea system include:
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
The product ideas site allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
attached sample code