How to create a form repeater with dropdown list and textbox

I need form repeater which includes dropdown list and three textbox. I implemented but repeated item doesn't work. How can i do it and post to the controller ?

Thanks.

1 Reply 1 reply marked as answer

SP Sureshkumar P Syncfusion Team June 26, 2020 06:42 AM UTC

Hi Tümer 
 
Greetings from Syncfusion support. 
 
In the core platform ID is mandatory to render the EJ2 components. so, when you have repeated the form with same ID the component will not render again using duplicate ID property. that is the reason the component will not render the form repeater. We suggest you use unique ID to render each component when render the form to achieve your requirement. 
 
Regards, 
Sureshkumar P. 


Marked as answer
Loader.
Up arrow icon