Hi team,
I am trying to save more records from telerik Ajax grid from client side.
1) "grid.get_batchEditingManager().saveChanges(grid.get_masterTableView());" this line is taking more time in IE and taking less time in chrome.
2) If i am trying to save more rows then it is not hitting WCF service method. It is showing timeout error in javascript and not hitting WCF service method. If am saving less records then it is hitting WCF service method and saving but problem with more records only.
Please help me in resolving these two issue.