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

validation pageview

4 Answers 69 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Toboy
Top achievements
Rank 1
Toboy asked on 23 Jan 2012, 12:37 PM
I have a problem in time to also utilize the tabstrip with multipage, the problem is time to validate the email first
RadPageView can not click on the second RadPageView2 without first validating the first RadPageView RadTextBox with id = "email" as the RadPageView Faso to work independently to validate the fields.


added these commands in the example with the RadPageView RadTextBox:

  <telerik: RadTextBox id = "email" runat = "server" Height = "15px" Width = "300px"
                             ValidationGroup = "rep">
                         </ telerik: RadTextBox>
                         <asp: RegularExpressionValidator ID = "EmailValidator" runat = "server" Display = "Dynamic"
ErrorMessage = "Please, enter valid email address." ValidationExpression = "^ [\ w \. \ -]+@[ A-zA-Z0-9 \ -] + (\. [A-zA-Z0-9 \ -] {1,})*( \. [a-zA-Z] {2,3}) {1,2} $ "
ControlToValidate = "email" ValidationGroup = "rep"> </ asp: RegularExpressionValidator>
<asp: RequiredFieldValidator ID = "Requiredfieldvalidator1" runat = "server" Display = "Dynamic"
ControlToValidate = "email" ErrorMessage = "Please, enter an e-mail!" ValidationGroup = "rep" />

want to activate the link for the second RadPageView2 that will contain another form, ie the link only works if I RadPageView2 validate the email that is in RadPageView1

4 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 26 Jan 2012, 11:13 AM
Hello Toboy,

Please open a support ticket and provide a runnable sample page and detailed instructions what is the desired behavior and what are the experienced issues.

Kind regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Toboy
Top achievements
Rank 1
answered on 26 Jan 2012, 02:28 PM
I'm trying to validate the pageview but when I click the send button and it does not send or let me click the next tab, remembering that when I shot the radstrip the ValidationGroup he leaves next tab I click on the picture below of my code

you can not send the project because the site does not allow to attach. zip and  .rar
0
Toboy
Top achievements
Rank 1
answered on 28 Jan 2012, 03:31 PM
Message sent a ticked and came all mixed up, I can be clearer ID: 505711

Feedback takes a look at the support I received:

I'mas problemsintime tovalidate thefields,multipageandpageviewandaddedsomeadditional fieldsvalidation butdoes not workwhen Ivalidate thegroupit does not sendradbottonalreadyputinthegroup andalsoI've takenis alsonothing andwhen I putradstripthegrouphe would notlet meclick thenexttabit onlywhen Ishot itleavesthegroup.

aretwoforms usingtwopageviews, but Iwanted theUsercould choosethe formand itis onlyvalidwhen it wascompleted andclicked thesendbutton

help meI'm sendingapictureof mycode



If unable to resolve thank
0
Dimitar Terziev
Telerik team
answered on 31 Jan 2012, 04:26 PM
Hello Toboy,

Since you have opened a support ticket regarding this issue, my suggestion is continue the discussion there.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TabStrip
Asked by
Toboy
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Toboy
Top achievements
Rank 1
Share this question
or