This question is locked. New answers and comments are not allowed.
Hello,
I'm new to Silverlight, and am trying to figure it all out. I've read the documentation but am not clear on the best way to approach the issue i'm having.
Issue:
I'm trying to create a search page using the Silverlight RadGridView. This way, it's fast..and there's no need for a huge form with textboxes and dropdowns, etc. This is fine for one level of searching.
However, I need child grids. The filtering and grouping is perfect when "searching" on the parent level, but presents a problem when searching on the child level.
The child grids obviously have different column headings than the parent grids, and when performing a search on a childs grid data...the overall grid needs to be grouped in a logical way to present the search results.
For example: Suppose all of the child grids have a column called "Specialty". When the user searches for "Developer" (perhaps in an external textbox...or from the parent grid somehow?), how can I show all the Items (including parents) who's children fall under the "Developer" specialty? Is there a way to filter and sort all child grids from the parent grid? I guess right now i'm just looking for ideas and trying to figure out what capabilities the Silverlight RadGridView has in connection with this specific scenario.
Right now, the only logical way I can think of is to separate the two on two different pages--one page/grid for parent items and one page/grid for child items.
Can anyone point me in the right direction?
Thanks in advance!
I'm new to Silverlight, and am trying to figure it all out. I've read the documentation but am not clear on the best way to approach the issue i'm having.
Issue:
I'm trying to create a search page using the Silverlight RadGridView. This way, it's fast..and there's no need for a huge form with textboxes and dropdowns, etc. This is fine for one level of searching.
However, I need child grids. The filtering and grouping is perfect when "searching" on the parent level, but presents a problem when searching on the child level.
The child grids obviously have different column headings than the parent grids, and when performing a search on a childs grid data...the overall grid needs to be grouped in a logical way to present the search results.
For example: Suppose all of the child grids have a column called "Specialty". When the user searches for "Developer" (perhaps in an external textbox...or from the parent grid somehow?), how can I show all the Items (including parents) who's children fall under the "Developer" specialty? Is there a way to filter and sort all child grids from the parent grid? I guess right now i'm just looking for ideas and trying to figure out what capabilities the Silverlight RadGridView has in connection with this specific scenario.
Right now, the only logical way I can think of is to separate the two on two different pages--one page/grid for parent items and one page/grid for child items.
Can anyone point me in the right direction?
Thanks in advance!
