Hi @Guhananth S ,
loaded the jqgrid columns in xml and it is loaded correctly
You said it loaded correctly, what's the effect now?
Add row to grid, do you want to add new data via button?
If you want to get json from controller, you can refer to my post to reply you this Jq grid on button click,
If you want to create new data you can use $("#grid").jqGrid('navGrid', '#pager', { edit: false, add: false, del: false });
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.