I have been playing around with Dynamic Data but I find the filtering and navigation aspects basically useless for but the simplest scenarios, even in preview 4. I specifically want to be able to handle hierarchical self-reference tables when editing the data.
Does anyone know of an open source project / or cheap alternative framework to getting similar out of the box functionality?
UPDATE: Dynamic Data allows you to easily hook up a L2S or EF class very easily by setting the global.aspx to use that context. You get basic dynamic navigation and filtering with crud features for whatever tables you have linked in your DBML if your using L2S. I am wanting to use it as a back end management tool.