Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on May 27, 2008 22:11
open dhtmlx forum
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;