This is a migrated thread and some comments may be shown as answers.

[Solved] Grid AJAX insert doesn't work within a TabStrip

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Preslav Rachev
Top achievements
Rank 1
Preslav Rachev asked on 19 Apr 2010, 10:55 AM
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?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 19 Apr 2010, 11:18 AM
Hi Preslav Rachev,

It seems that the second grid is not ajaxified for some reason. You can check the following:
  1. The grid is not nested in a <form> tag
  2. There are no JavaScript errors

You said that sorting works as expected. Is that server sorting or ajax sorting?

Ideally you could host a sample showing this problem so we can check it out.
Regards,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Preslav Rachev
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or