Hello Dimitar,
I’ve found the issue. I’ve changed the datatype to text which now triggers the following code:
success: function (data, status, xhr) {
// update command is executed.
alert(‘Update OK’);
commit(true);
}
My issue now is that the web method Update() is not being called as it should to perform the update in the database.
Any help on this one.
Regards
Azmat