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 Stefan
You can download an isolated project from this URL: https://www.sugarsync.com/pf/D448530_8793661_7500111
As you can see in the screenshot from one of my previous posts I haven't been able to remove the header from nested rows completely. Could you take a look at this as well as the indentation?
Best regards,
Christian Tang Christensen
Hello again,
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.
Looking forward for your reply.
That worked perfectly in my project.
Thank you very much!
Hello,
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.
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...
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.