MacawNL / BootstrapEditorTemplates

ASP.NET MVC EditorTemplates for Bootstrap 3
Other
54 stars 25 forks source link

Since your EditorTemplates render complete control groups - it doesn't work good with Visual Studio MVC scaffolding #11

Open bkwdesign opened 9 years ago

bkwdesign commented 9 years ago

I don't know if this is an issue for you really. When you're building an app that takes into consideration things like localisation, you're probably not relying on Visual Studio's scaffolding / code generation capabilities

but, I thought it was worth mentioning.

E.g, my razor already has control groups in it due to the fact they were generated for me .. and then the .EditorFor part of the control group is now essentially nesting a new control group into the HTML output

\

bkwdesign commented 9 years ago

As I look at your improvements to the control group.. I definitely like your templates better..

I think I need to figure out how to get my scaffolding to generate code compatible with your template