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.
Hello Ordie,
If you still need any assistance on the matter, please do not hesitate to ask.
Elena,
Thanks. I forgot to mark the answer. I figured out a way to get the functionality I wanted by using KnockoutJS.