Hi,
I am displaying data using an ultra grid bound to a dataset using outlook view style. I am displaying multiple layers of information. Each band can have 3-4 child bands (each of which can have 3-4 children each)
I would like to give the users a snapshot of what lies below at each level. So when the user expands the first level, i want to show him how many records are present in each child band. All this information needs to be in a single label or node.
The attached snap shot shows a summary of 4 child bands of a single parent.
I want the summary to be something like-
+ Row Type : License (7 items), Summary (2 items), Version (8 items), Episode (62 items)
Please let me know if this is possible
Thanks,
Karthik Subramanian
I have modified the sample as per the data structure which I needed. But found it difficult to get the expected result.
In the attached file I have modified the code for the first level and the remaining data tables are commented.
But in the first level also the count in the summary row is incorrect.
Please suggest me the sample code for attached data relation.
Chitra
Hi Hristo,
Thanks for the sample, its exactly what i was looking for. Yes, the hierarchy is getting complicated, especially since we will be having multiple layers (4-5 approx).
But this should get us started.
Thanks again for all the help!
Karthik
Hello ,
You could add middle table between each table of your hierarchy, but I think that it makes the hierarchy too complicated. However I’ve implemented this for you and I hope that this will helps you.
Please feel free to modify my sample based on your custom needs.
Is there anyway to do implement this without group by? The reason I ask is, I still want the user's to group by various columns, but without tampering with the existing structure.
Basically, what we want is to load the grid like it is now, but with a blank group by band on top, so that the users can then go ahead and group by various columns within this structure.
That was perfect!! Thank you so much for the sample. Just what I was looking for.
I have modified your sample a bit to include another level under Episodes, in case this may come handy for someone else.