Hi,
I am updating a grid, data gets changed to italics on pressing 'Done'.
Then I press a button on the page which calls :
function saveChanges() {
$("#SiteGrid").igGrid("saveChanges");
return true;
}