I have a jqGrid table and it works well. I use Spring and communicate everything via REST. I want to add adding row ability to my jqGrid. However I don't want to use default button of the jqGrid. These are my variables for adding a new record:
userName
password
mail
admin
When a user click a button on my page, a popup appears and there writes that field names. I want when user clicks add button at that popup page, a new user should be added to jqGrid and new data should be send to the server of course(to REST URL.)
How can I do that?