My situation on my page there is a paramquery grid and one save button. now when i click on save button i want to know how many rows are affected or modified from the grid. that rows only save in database.
As i have large number of data in grid.
Please give me any suggestion or solution for it.
i tried below property but there is no luck.
var obj = $("#grid_array").pqGrid("getEditCellData");
var obj = $("#grid_array").pqGrid("getEditCell");
but i get null on it. I call above in my button onclick method.