Adding Custom Filters for Dynamic Data Website (VS2010, EF4)
- by adamnickerson
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