Showing related tags and posts accross the entire site.
-
I have an EntityGridView but needed to display fields from related data and the simlest way was to base the grid on a view. However, you cannot delete from a view and, indeed, there are no methods created by Nettiers to do this. How do I wire up the delete link to a Delete method that will delete from...