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

Maskedit for RadNumeric Textbox

2 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atchut
Top achievements
Rank 1
Atchut asked on 01 Jun 2012, 01:58 AM
Hello,

Can we apply mask edit extender to rad numeric textbox ?

I want to use mask for my numeric textbox. 

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 01 Jun 2012, 05:56 PM
Hello,

Sorry but you are not able to put MaskEdit for RadNumericTextBox.

Then also please try with below code snippet.
let me know if any concern.

<telerik:RadMaskedTextBox ID="RadMaskedTextBox1" runat="server"
PromptChar="_" Width="300px" Mask="<0..1000>.<0..2>">
    </telerik:RadMaskedTextBox>


Thanks,
Jayesh Goyani
0
Atchut
Top achievements
Rank 1
answered on 01 Jun 2012, 07:12 PM
Hello Jayesh,

It is displaying 0000.0 on page load.

I dont want to display anything.
Tags
Grid
Asked by
Atchut
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Atchut
Top achievements
Rank 1
Share this question
or