Hello
When I add an item to my grid I get this error:
ret is undefined
>
if(ret[0] === false) {
What happens is that the save windows is not closed and the ajax request don't finish. When I check my DB the item was added, if I reload (F5) it appears on the grid.
I'm not sure what is this. I tried to find out if was the return message I sendfrom server side file but the other grid I have works just like this one and works fine…
What am I missing?
Thanks,
Rodolfo