So what you want is a hyperlink with a list of ID's for the other talbe i.e. in Northwind we have Employess <- EmployeeTerritories -> Territories so here if you clicked on the "Territories" link in Employess you would expect to get a list of Terratories
filters to those selected in the Employee?
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
When I clicked on the "Territories" link in Employess,I would expect to display the List.aspx page that include a list of Terratories of the selected employee, like the hyperlink of one-to-many .
This is not as simple as it seems as there is no filter out of the box that will do this, however there was a sample from apreview that I put up on my blog (Five Cool
Filters for Dynamic Data 4) I will look at using that.
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
No there is not a Many to Many filters sorry there is a multi select filter so you could pass a comma seperated string of ID' to is and then get it to auto filter, I will try and look at this tomorrow.
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
zzdfc
Member
142 Points
149 Posts
How to make many-to-many field to link of List page in details page,please?
May 15, 2011 07:43 AM|LINK
Hi:
How to make many-to-many field to a link of List page in details page template,please?
Because my another end of many-to-many field include too many data.
sjnaughton
All-Star
27320 Points
5459 Posts
MVP
Re: How to make many-to-many field to link of List page in details page,please?
May 15, 2011 01:10 PM|LINK
Hi Zzdfc, I'm not sure what you want, is it somthing like what happens when clicking on the FK Children link?
Always seeking an elegant solution.
zzdfc
Member
142 Points
149 Posts
Re: How to make many-to-many field to link of List page in details page,please?
May 16, 2011 01:17 AM|LINK
Hi sjnaughton:
yes,it is something like what happens when clicking on the FK Children link.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 03:28 AM|LINK
So what's happened? and what's the result actually?
Could you tell us more?
Thx
sjnaughton
All-Star
27320 Points
5459 Posts
MVP
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 05:29 AM|LINK
So what you want is a hyperlink with a list of ID's for the other talbe i.e. in Northwind we have Employess <- EmployeeTerritories -> Territories so here if you clicked on the "Territories" link in Employess you would expect to get a list of Terratories filters to those selected in the Employee?
Always seeking an elegant solution.
zzdfc
Member
142 Points
149 Posts
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 06:21 AM|LINK
When I clicked on the "Territories" link in Employess,I would expect to display the List.aspx page that include a list of Terratories of the selected employee, like the hyperlink of one-to-many .
sjnaughton
All-Star
27320 Points
5459 Posts
MVP
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 06:43 AM|LINK
This is not as simple as it seems as there is no filter out of the box that will do this, however there was a sample from apreview that I put up on my blog (Five Cool Filters for Dynamic Data 4) I will look at using that.
Always seeking an elegant solution.
zzdfc
Member
142 Points
149 Posts
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 08:02 AM|LINK
Hi sjnaughton:
It havn't many-to-many field filter in your blog(Five Cool Filters for Dynamic Data 4) , Can you create it?
sjnaughton
All-Star
27320 Points
5459 Posts
MVP
Re: How to make many-to-many field to link of List page in details page,please?
May 17, 2011 11:38 AM|LINK
No there is not a Many to Many filters sorry there is a multi select filter so you could pass a comma seperated string of ID' to is and then get it to auto filter, I will try and look at this tomorrow.
Always seeking an elegant solution.
zzdfc
Member
142 Points
149 Posts
Re: How to make many-to-many field to link of List page in details page,please?
May 19, 2011 12:45 AM|LINK
Hi:
Who can resolve this question,please?