Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Duplicate form controls[Dynamic Form]
posted

I want to create a form using ignite ui controls. For the fields. This is a basic form where users can submit items that they want for an order. ( Item name, price, quantity, etc). Right now I am using jQuery clone function to duplicate the form fields and add a new row where the users can add another item (as many items as they want). This is sent back to a web API controller as a list where the back end handles it ( validation, saving etc). 

I wanted to know if there was functionality with the ignite UI controls to make a dynamic form like this? Or if there was a way to implement the jQuery clone while still keeping the naming conventions necessary for MVC model binding.

Parents Reply Children
No Data