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

Tab Strip, Form Post, Cahnge View, Next Tab?

1 Answer 33 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.
Andy McShane
Top achievements
Rank 1
Andy McShane asked on 03 Mar 2010, 02:33 PM
Not so much a question in particular more a request for clarification of whether I can acheiev what I am trying to do with the tab strip.

I have created a tab strip that has 7 tabs. Each tab contains a form. My first tab contains a form to create a customer. When I am creating a customer all tabs aprt from the first one should be disabled. After I have a created a customer, posted my form to my controller I then need to return a different that is in edit mode and also enable the remaining tabs. I also then need to make sure that the new id of the newly created customer is available to all of the other tabs. Is this at all possible without having to reload the whole page?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 04 Mar 2010, 10:47 AM
Hello Andy,

To achieve your goal you can try to send the customer object to the server as an JSON object to a concrete Action method. Thus you can create new Customer and return the ID. Hence you can enable all other tabs and put the id in a global variable on the client. Thus all tabs can reach the id.

Regards,
Georgi Krustev
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
TabStrip
Asked by
Andy McShane
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or