AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

Many-To-Many are not supported in Dynamic Data #567

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use PLINQO templates to generate a Dynamic Data Website
2. Try to Insert/Edit a table that is linked to a Many-To-Many table
3. You can't and that's a shame as PLINQO says supports 100% MTM

What is the expected output? What do you see instead?
Update the Dynamic Data templates so it would support MTM 
Inserting/Editing/Viewing

What version of the product are you using?
Latest PLINQO

Please provide any additional information below.
Until we have this, dynamic data is pretty much useless

Original issue reported on code.google.com by alonec...@gmail.com on 12 Mar 2011 at 1:54

GoogleCodeExporter commented 9 years ago
Hello,

This is a limitation in Microsoft's implementation of Dynamic Data. No where 
that I'm aware of do we state that we 100% support MTM, as there are some 
specific use cases where we can't support M2M like in the case of future 
queries. Can you please try this work around for M2M and let us know how it 
works out for you.

http://blogs.msdn.com/b/davidebb/archive/2008/10/26/a-many-to-many-field-templat
e-for-dynamic-data.aspx

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 22 Mar 2011 at 12:05