Search code examples
asp.netdynamic-dataasp.net-dynamic-data

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?


Solution

  • 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.