We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Data in grid not being reloaded after insert

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

   

1 Reply