6 Answers, 1 is accepted
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
                                        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.
                                        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.
Hope this helps!
-Gimmik
                                        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.
                                        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
                                        -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.
                                        <telerik:RadNumericTextBox ID="radNumtxt_SerialNumber" runat="server" autocomplete="off">
</telerik:RadNumericTextBox>
Thanks,
Mohamed.