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

AutoCompleteType In RadNumericTextBox

6 Answers 214 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 24 May 2011, 03:06 PM
in RadNumericTextBox how to use AutoCompleteType="Disabled"


Thanks,
Mohamed.

6 Answers, 1 is accepted

Sort by
0
Gimmik
Top achievements
Rank 1
answered on 24 May 2011, 08:04 PM
Hi Mohamed,

I'm not sure what you're asking - but here's for related information.
http://www.telerik.com/help/aspnet-ajax/input-textbox-autocomplete.html

Hope it helps,
-Gimmik
0
mohamed
Top achievements
Rank 1
answered on 26 May 2011, 05:05 AM
Thanks for ur reply.

radtexbox have  AutoCompleteType='disabled' property but ,
i'm asking  radnumerictexbox

Thanks,
Mohamed.
0
Gimmik
Top achievements
Rank 1
answered on 26 May 2011, 03:31 PM
Hi Mohamed,

RadTextBox and RadNumericTextBox both inherit for the RadInput control, so both should implement the AutoComplete functionality. I did a quick sanity test to prove to myself that it works. Here's my test code.

<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" AutoCompleteType="Disabled">
</telerik:RadNumericTextBox>

Hope this helps!
-Gimmik
0
mohamed
Top achievements
Rank 1
answered on 27 May 2011, 02:38 PM
Hello Gimmik,
thaks for ur reply,
This's not worked for me

Thanks,
Mohamed.
0
Gimmik
Top achievements
Rank 1
answered on 27 May 2011, 02:42 PM
What version of the RadControls are you using? Which browser?

-Gimmik
0
mohamed
Top achievements
Rank 1
answered on 27 May 2011, 02:47 PM
Tha's corrected one .... worked fine

<telerik:RadNumericTextBox ID="radNumtxt_SerialNumber" runat="server" autocomplete="off">
                                    </telerik:RadNumericTextBox>

Thanks,
Mohamed.
Tags
Grid
Asked by
mohamed
Top achievements
Rank 1
Answers by
Gimmik
Top achievements
Rank 1
mohamed
Top achievements
Rank 1
Share this question
or