Dynamic Data UIHint("MultilineText_Edit") in Grid and Edit
When a particular property on my model is attributed with UIHint("MultilineText_Edit") it renders the multiline text edit in the Details view, but not in the Edit view. In the Edit view it's a 开发者_开发技巧tiny little textbox. Any idea how to persuage DD to render that as a multiline in the Edit view as well?
It's very likely its looking for MultilineText_Edit_Edit.ascx. As the convention is to look for the one with _Edit at the end.
Try if it works in edit when u have a copy of the user control named like that.
精彩评论