Hi
can i get how many rows have been changed in the grid , suppose grid contains 10 rows and user changed 3 rows , i would like to know the count of changed Rows.
Please provide me a sample example.
Thanks
Harikishan
var count = grid.getChangedRows().split(",").length;