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

RadInputManager Textbox values clears on focus

7 Answers 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dhamodharan
Top achievements
Rank 1
Dhamodharan asked on 01 Feb 2013, 12:59 PM
Hi,

While using RadInputManager Text box, the value gets clear on Focusing. 


Thanks

7 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Feb 2013, 01:32 PM
Hi,

Please check this forum thread which discuss the same.
 

Elaborate your scenario if it doesn't help.

Thanks,
Shinu.
0
Dhamodharan
Top achievements
Rank 1
answered on 01 Feb 2013, 02:08 PM
Hi Shinu,
Thanks for your Quick replay, I tried that but it does not work. I am binding the text box dynamically and assign radinputmanger to it. Whenever Textbox  gets the focus and if the value is Zero then it get cleared.







Thanks

0
Dhamodharan
Top achievements
Rank 1
answered on 06 Feb 2013, 11:14 AM
Hi,
Same problem in Telerik Demo also - http://demos.telerik.com/aspnet-ajax/input/examples/radinputmanager/firstlook/defaultcs.aspx.
Can u give me a solution to this problem.
 
      



Thanks
0
Eyup
Telerik team
answered on 06 Feb 2013, 11:24 AM
Hi Dhamodharan,

I have tried the mentioned demo by setting zero value(0) to the textbox but to no avail. Can you please provide us the exact steps to reproduce the issue? You can also use a video software to capture a sample demonstration of the problematic behavior and share it with us. For example - http://screencast.com/.

All the best,
Eyup
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
Dhamodharan
Top achievements
Rank 1
answered on 06 Feb 2013, 11:38 AM
 Hi,
I have attached Issue flow in the Image. 




Thanks
0
Accepted
Arun
Top achievements
Rank 1
answered on 06 Feb 2013, 12:05 PM
Hi Damodharan

I tried the following markup in the RadControl version 2013, 1, 130, 35 and it worked as expected.
Please check the screenshot
The following is the markup which i tried
aspx:
<telerik:RadInputManager ID="RadInputManager1" runat="server">
            <telerik:NumericTextBoxSetting BehaviorID="NumericBehavior1" EmptyMessage="type.."
                Type="Currency" Validation-IsRequired="true">
                <TargetControls>
                    <telerik:TargetInput ControlID="TextBox4"></telerik:TargetInput>
                </TargetControls>
            </telerik:NumericTextBoxSetting>
</telerik:RadInputManager>
<asp:TextBox ID="TextBox4" runat="server" Text="77">
</asp:TextBox>

Thanks
Bavya
0
Dhamodharan
Top achievements
Rank 1
answered on 06 Feb 2013, 12:16 PM
Hi,
Thanks, It worked the 2013 version.





Thanks
Tags
General Discussions
Asked by
Dhamodharan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dhamodharan
Top achievements
Rank 1
Eyup
Telerik team
Arun
Top achievements
Rank 1
Share this question
or