I have a grid whose data source urls is changed through js code because it depends on values from another grid
when i edit and update records in this dependent grid, everything works well. but when i try inserting a new record it gets inserted in the db but it gets stuck on the edit mode (the textbox for entering record details never leaves)
the only error i get in the console is: net::ERR_SPDY_PROTOCOL_ERROR
i am pasting my code below, i hope it helps