Hi is it possible to pre-load data from server in the pop-up window when adding a new row. Now i am using the following code to add new row to the grid.
$(“#bedata”).click(function(){ jQuery(“#editgrid”).jqGrid('editGridRow',”new”,{height:280,reloadAfterSubmit:false}); });
Also i want to know how to center the pop-up in the monitor using jqgrid.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top