How to add html row dynamically in Jqgrid edit popup
Hi ,
I am using jqgrid edit popup.
The popup has text box as Name and button as 'Add'.
on click of Add button , it will create span or row on popup ,and add value of text box to that span or row.
So if user clicks the add button n times , n rows should be created.
Can anyone help me ,how to do this.I have very littile knowledge of jqgrid
Thanks.