Hi,
Is it possible to show a hierarchical data(another grid) on clicking of a row in a igDP:XamDataGrid?
regards
Vivek
Hello Vivek,
Thank you for your post. I have been looking through it and I attached a sample project containing a xamDataGrid with hierarchical data. By selecting a row, the child elements are expanded. Please let me know if this covers your expectations.
I am looking forward to see hearing from you.
Hi Stefan Stoyanov
Great example. That was really helpful to me!
I do have one question though. Is it possible to remove the headers from the "book-items". I have some "recursive" data that I want to display with the same headers for all rows.
Is this possible and if so, how?
Hello again,
I modified the sample project and attached it again with the new functionality. There are a couple of ways to achieve your goal, so I added comments in the code about them. Please let me know if this helps you or you need any further help on this matter.
Looking forward for your reply.
Hello Stefan
Thanks again for your help!
But the styling you implemented doesn't actually remove the indentation...
I noticed that your examples uses Infragistics.WPF4 assemblies. The assemblies I have installed are called WPF3. Could this be part of the issue?
Best regards,
Christian Tang
I apologize I haven’t been clear enough in my previous post. You can create different styles for the different levels of data and for the lower levels of data the Margin property should be increased appropriately.
Hi Stefan,
As I mentioned in an ealier post. Could the problem be, that I use the Infragistics.WPF3 assemblies instead of the Infragistics.WPF4 that you seem to be using?
Is it possible for me to send you a demo-project of mine that displays the "error"?
Hello,
Of course you can send me an isolated project. I will investigate it further for you.
When you buy a license you get both the WPF3 and WPF4 assemblies, so I assume you are looking for ver.4 in C:\Windows\assembly, where is the GAC for CLR 1, 2 and 3 and the GAC for CLR 4 is here C:\Windows\Microsoft.NET\assembly\GAC_MSIL. Please let me know if this helps you or you need further clarifications on this matter.
It seems to be working alright for now...
But, I am still wondering why I only have WPF3-assemblies, when all the code you have send me uses WPF4-assemblies?
Do I only get the WPF4-assemblies when my company buys a license?
I should have the latest version (2011.1) installed...
I am glad I helped you resolve your issue. Could you please verify this thread as answered so that other community users may benefit from it as well.
Thank you in advance.
That worked perfectly in my project.
Thank you very much!
I have been looking through your sample and I modified it, so that there isn’t any indentation. Basically I used a converter to set the DataRecordPresenter margin property depending on the records level. Please let me know if this satisfies your requirements or you need further help.