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

Missing riDisplay class for Numeric Textbox

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Varun
Top achievements
Rank 1
Varun asked on 30 Jan 2014, 10:55 AM
Hello,

We have recently updated our Telerik dll's from 2012.1.411.40 to the latest and found out the riDisplay class for Numeric Textbox is missing becuase of which our UI customizations got messed up.

Attached are screenshot when viewed in Chrome's inspect element.

Can someone please let me know if there is a way we can get back the riDisplay class to be used for Numeric Textbox as we dont want to spend our time again in customizing the UI.

Thanks

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 04 Feb 2014, 07:55 AM
Hello Varun,

You could set the CssClass property for the RadNumericTextBox manually in the markup or in the code-behind. Try adding the riDisplay class like shown below and see if it would work for you.

<telerik:RadNumericTextBox runat="server" ID="RadNumericTextBox1" CssClass="riDisplay">
</telerik:RadNumericTextBox>


Regards,
Viktor Tachev
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
General Discussions
Asked by
Varun
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or