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

[Solved] tabs on demand is not working properly.

3 Answers 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anurag
Top achievements
Rank 1
Anurag asked on 04 Jul 2012, 01:04 PM
I m doing this in my view.


@( Html.Telerik().TabStrip()
            .Name("MeasurementScheme")
            .Items(tab =>
            {
                tab.Add()
                    .Text("Weight Measure")
                    .LoadContentFrom("IndexWeight", "MeasurementScheme")
                    .Selected(true);




                tab.Add()
                    .Text("Dimension Measure")
                    .LoadContentFrom("IndexDimension", "MeasurementScheme");


                   
                    
            })
            )


But when i run my code it only displayed the partial view of first tab and when clicked on second tab it doesn't call the second one.

3 Answers, 1 is accepted

Sort by
0
Anurag
Top achievements
Rank 1
answered on 04 Jul 2012, 02:29 PM
I m stuck with the telerik?? nothing is working properly.

no one have any idea about it??

and one more think when i change the .selected property of second tab to true rather than first than second tab works fine and first doesn't call its view?
0
Anurag
Top achievements
Rank 1
answered on 05 Jul 2012, 08:17 AM
Very Poor Service by Telerik Team.

You guys are not replying me after more than 16 hours.
0
Anurag
Top achievements
Rank 1
answered on 06 Jul 2012, 08:16 AM
Found my solution
Tags
General Discussions
Asked by
Anurag
Top achievements
Rank 1
Answers by
Anurag
Top achievements
Rank 1
Share this question
or