Adding Custom Filters for Dynamic Data Website (VS2010, EF4)
Posted
by adamnickerson
on Stack Overflow
See other posts from Stack Overflow
or by adamnickerson
Published on 2010-04-09T13:36:57Z
Indexed on
2010/04/12
21:23 UTC
Read the original article
Hit count: 484
Trying to add some different filters (in addition to the ForeignKey filter) to a Dynamic Data Website in VS2010 using EF4. I can add the new Filter templates, but how do I specify which template will get displayed for each property in my model?
Thanks
© Stack Overflow or respective owner