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

[Solved] How to use a Child Tabstrip with MVC Tabstip ?

3 Answers 53 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
IQworks
Top achievements
Rank 1
IQworks asked on 04 Feb 2010, 07:25 PM
  I have an application that uses Tabstrips.
  One of the tabstrip buttons displays a grid. On the grid I have a create button to add a new item. But when I select the create button, the create form I would like the create/edit form to replace the grid so that it is in the same real estate as the grid is. I think this is because i am using the LoadContentFrom and its only setup to call the grid.
  Is there a way to make it so that the edit/create form can replace the gird within the same area as where the grid is located ?  Maybe I need to use a child tabstrip or is there a bettter way ?
  thanks for your time. .  

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 05 Feb 2010, 08:05 AM
Hello IQworks,

You can use Ajax.ActionLink and return the required HTML or simply use jquery

Regards,
Atanas Korchev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
IQworks
Top achievements
Rank 1
answered on 07 Feb 2010, 10:19 PM
  Hi,

       Thanks for that. Are there any samples you might be aware of ?
      
        Can you use tabindex in MVC Tabstrips ?  Do you know of any examples ?

        If i need to use RadTabstrips, are there any samples for MVC ?

Thanks
0
Atanas Korchev
Telerik team
answered on 08 Feb 2010, 08:00 AM
Hello IQworks,

There are lots of examples showing how to use Ajax.Form in ASP.NET MVC applications. Here is one example. This is another one which may be of help.

For jQuery you can check this.

There is a SelectedIndex method of the tabstrip which can be used to set the selected index.

Regards,
Atanas Korchev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
TabStrip
Asked by
IQworks
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
IQworks
Top achievements
Rank 1
Share this question
or