I have two xamdatagrid in one screen. i need to sync all behavior of 1st xamdatagrid to other (2nd ) xamdatagrid.
if i expand the record in 1st grid then it will also reflect to other xamdatagrid.
how can i achieved the synchronization of record expand and collapse behavior .
Hello,
Thank you for your feedback. Please let me know if you require any further assistance on the matter.
Thank Zhivko.
its working fine. i will submit the new Product Ideas for this issue.
thanks for all your help.
Hello ,
Thank you for your post.
I have been looking into it. It seems that currently our XamDataGrid control does not provide built-in the functionality that you are looking for. I modified my sample application in order to be able to show you how you can achieve your requirement. My sample application is showing a custom approach that can be used as a guideline for implementing the functionality that you are looking for.
If you want the functionality for synchronizing of record expanding in hierarchical XamDataGrids to be implemented for a future version of the XamDataGrid I can suggest submitting 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:
1. Log into the Infragistics Product Ideas site at http://ideas.infragistics.com (creating a new login if needed).
2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
3. Add your product idea and be sure to be specific and provide as much detail as possible.
• Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
• Include a link to this thread in your idea so product management will be able to look back at this case.
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.
Thanks for your reply.
it will work fine for the 1st level. it will not work for child level.
i have list which have 3-4 child level i will attached a screen shot. this will not work if you expand the 2nd level child record or 3rd level child record.
can you please help me for this
Hello Ripalsoni,
I have been looking into your requirement and what I can suggest in order to be able to achieve the functionality that you are looking for is to handle RecordExpanded and RecordCollapsed events for both grids. In the event handler you can get the index of current record and by using IsExpanded property of Record you can set its state. I created short sample application based on your scenario to show you how you can implement this approach.
If you require any further assistance, please do not hesitate to ask.