Sample code - When i add the @Id attribute, the textbox is not rendered in EJ2. Can you please help?
Current code with @id added:
Generated html:
Please note that if i remove the @id, the textbox is rendered as expected in EJ2. But i need to control the id which is rendered just like when I use Html.TextBoxFor().
Thanks in advance.