I've the following case. I have a grid which is "ajaxified", selectable, sortable, filterable, editable, etc and works perfectly. On every grid selection a tabstrip is supposed to open presenting a few possible actions related to the specific selected row. The first strip element presents a new grid related to the first one (Let's assume the companies in a particular selected country) Now, I also want that to be editable, sortable, filterable, etc in an "ajaxified" manner. Sorting works perfectly, however, when I try to insert a new company, I get redirected to a new page where only the textboxes and an "Insert" button is present (a partial view so to speak)
What can I do to make editing work in place?