Hi Support,
Greetings from Syncfusion support.
We checked the shared code snippet. We would like to inform you that, the provided code example is working as expected in our end and rows added to the textbox component. Please refer to the below code and screenshot,
|
@{
IDictionary<string, object> htmlAttributes = new Dictionary<string, object>() { { "rows", "5" } };
}
@(Html.EJS().TextBoxFor(model => model.value).Placeholder("Enter value").FloatLabelType(Syncfusion.EJ2.Inputs.FloatLabelType.Auto).Multiline(true).HtmlAttributes(htmlAttributes).Render())
|
Screenshot:
If we misunderstood your requirement, kindly share the more details about your requirement.
Regards,
Sevvandhi N