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

radwindow.prompt numeric input validation

3 Answers 132 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Kolie
Top achievements
Rank 1
Kolie asked on 09 Jul 2012, 07:37 AM
Is there a way to use the prompt window and do validation on the text input to ensure that only numeric values is inserted or do I have to create a control for it?

3 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 11 Jul 2012, 01:20 PM
Hello Kolie,

 What do you mean by promt window? Could you please elaborate more on your exact requirements?
You can take a look at our demos and validation articles.

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Priyalakshmi
Top achievements
Rank 1
answered on 25 Jan 2013, 07:16 AM
Hello

I have a similar query. In my application there is a button btnRejectRecords. On click of this button the user is required to enter a rejection remark/reason. For the purpose of entering Rejection remark, I have used a radwindow.Prompt window which has two buttons btnReject and btnCancel. My query is : How will I retain this radwindow.Prompt window until the user enters some text in that? I want the radwindow.prompt window to stay as such on the click of btnReject if the user has not entered any text.
Kindly help. I did some RnD but couldn't come up with a solution.


Thanks in advance.

Priyalakshmi
0
Miroslav Nedyalkov
Telerik team
answered on 29 Jan 2013, 11:30 AM
Hi Priyalakshmi,

In the current version of RadControls for Silverlight there is no way to do this, but you could create a custom dialog window using the RadWindow control and handling its Closing event. This event can be canceled if a certain criteria is not met.

Hope this helps.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Kolie
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Priyalakshmi
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Share this question
or