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

RangeValidator & TabStrip

2 Answers 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Gerry
Top achievements
Rank 1
Gerry asked on 13 May 2011, 07:15 PM
I came accross an issue where I was only able to see the first tab. Clicking on any other tab would not work. I isolated the issue to the following:

One of the tabs contained RangeValidators. After removing these, everything started working.

Layout:
RadTabStrip
    Tabs

RadMultiPage
    RadPageView1
        UserControl

    RadPageView2
        UserControl containing a RangeValidator

    RadPageView3
        Empty


Note: RequestValidation="false" for this page

No resolution at this point. I just dropped the validation control out of my usercontrol and using my own error presentation methods instead.

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 16 May 2011, 01:06 PM
Hello Gerry,

If you set CausesValidation="false" on your RadTabStrip, this issue shouldn't occur as it doesn't cause the page to validate.

I hope that helps.
0
Gerry
Top achievements
Rank 1
answered on 16 May 2011, 06:29 PM
Cori,

Your statement makes a lot of sense but as soon as I add the RageValidator to the User Control, the TabStrip fails again. I'll put a simple example together (hoping it reproduces the issue) for the sake of troubleshooting and documenting the issue.
Tags
TabStrip
Asked by
Gerry
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Gerry
Top achievements
Rank 1
Share this question
or