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

spin buttons are invisible in RadNumericTextBox

5 Answers 225 Views
Input
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 25 Jul 2014, 06:31 AM
Hello,

I created a web application, in which using control RadNumericTextBox. The code snippet is like below.
<telerik:RadNumericTextBox ID="MaxChildAge" runat="server" Type="Number" ShowSpinButtons="True"
            ButtonsPosition="Right" IncrementSettings-InterceptArrowKeys="True"
            IncrementSettings-Step="1" MaxValue="21" MinValue="0" MaxLength="2" NumberFormat-DecimalDigits="0">
            <EnabledStyle HorizontalAlign="Right" />
        </telerik:RadNumericTextBox>

However, when I browse this page thru IE/chrome, the spin buttons are not visible but it can work if I click mouse on the spin button area.

Thanks!

5 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 29 Jul 2014, 10:54 AM
Hi Simon,

I tried to replicate the problematic behavior on my using the provided code but to no avail. Find attached my test application and verify what the difference in your case is.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Simon
Top achievements
Rank 1
answered on 12 Aug 2014, 05:31 AM
Hi Maria,

Thanks for your effort!
After a further investigation, I found that our platform team customized the UI of all telerik controls. The problem locates in their codes.
I've posted this problem to them.
Thanks again!

0
Maria Ilieva
Telerik team
answered on 14 Aug 2014, 02:25 PM
Hi Simon,

Thank you for updating us ion this case.

Do not hesitate to contact us back in case further assistance is needed in future.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
TechSavvySam
Top achievements
Rank 1
answered on 23 Apr 2015, 05:13 PM

I'm using 2015.1.225.45 and the designer put this in the markup automatically and the buttons were not visible:

EnableEmbeddedSkins="False"

after removing this the buttons are visible.

 Here's my final markup:

 

<telerik:RadNumericTextBox ID="tbHoursToPurchase" runat="server" AutoPostBack="true" Culture="en-US" DbValueFactor="1" MaxValue="100" MinValue="0.5" Width="80px" LabelWidth="50px"
    ShowSpinButtons="true" Value="0.5" NumberFormat-AllowRounding="true">
    <IncrementSettings Step="0.5" />
</telerik:RadNumericTextBox>

0
Maria Ilieva
Telerik team
answered on 28 Apr 2015, 10:03 AM
Hello Sam,

I tested to add the NumericTextBox form the toolbox and modify its settings from the designer, but I'm not able to replicate the described issue locally. Can you please let me know if any specific steps for replicating the issue should be performed?

Regards,
Maria Ilieva
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Input
Asked by
Simon
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Simon
Top achievements
Rank 1
TechSavvySam
Top achievements
Rank 1
Share this question
or