Hi,
I would like to put two NumericTextBox inside a dialog;
I tried this way but it does not work:
.Content("<div>" + @Html.EJS().NumericTextBox("customformat3").Value(1025).Format("$ ###.##").Min(0).Render() + "</div>")
Thanks in advance for the time you dedicate to me.
Barbara Inzitari.