Dear Community,
I am currently struggling with some minor issues regarding filtering on my data. So far, I have followed the help tutorial file located on the telerik help section, and have a filtering that looks something like this (in my detail section on the master-report page):
--------------------------------
user: foo
- item a
- item b
user: bar
- item c
--------------------------------
I suppose this might require a bit more detailed explaination, as the above example may not suffice. In my data I have a number of users, each user may have one or more items. If a user has more then one item bound, the user will only be shown once, hence the items are listed under the username. This is currrently what I have gotten, so far so good.
My problem comes down to splitting up the data a bit more then this. I would like to be able to have the filtered user in the header of the masterpage, not the detail section, and then have the items bound to that specific user shown in the detail section. Furthermore, for every user I filter, I would like to make a pagebreak, hence creating a new page with a new header labled the new user. So, for the above example I would like to have 2 pages, one with the user "foo" in the header, and the items "item a" and "item b" in the detail section, as well as user "bar" with item "item c" on page 2.
If anyone has a good way of implementing this, or surgestions to my problem, please let me know.
Kind regards,
Søren Engel
I am currently struggling with some minor issues regarding filtering on my data. So far, I have followed the help tutorial file located on the telerik help section, and have a filtering that looks something like this (in my detail section on the master-report page):
--------------------------------
user: foo
- item a
- item b
user: bar
- item c
--------------------------------
I suppose this might require a bit more detailed explaination, as the above example may not suffice. In my data I have a number of users, each user may have one or more items. If a user has more then one item bound, the user will only be shown once, hence the items are listed under the username. This is currrently what I have gotten, so far so good.
My problem comes down to splitting up the data a bit more then this. I would like to be able to have the filtered user in the header of the masterpage, not the detail section, and then have the items bound to that specific user shown in the detail section. Furthermore, for every user I filter, I would like to make a pagebreak, hence creating a new page with a new header labled the new user. So, for the above example I would like to have 2 pages, one with the user "foo" in the header, and the items "item a" and "item b" in the detail section, as well as user "bar" with item "item c" on page 2.
If anyone has a good way of implementing this, or surgestions to my problem, please let me know.
Kind regards,
Søren Engel