Categories | Question details Back To List | ||
Hi can i get how many rows have been changed in the grid , suppose grid contains 10 rows and user changed 3 rows ... 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 Answer posted by Support on May 28, 2008 02:27 var count = grid.getChangedRows().split(",").length; |