hi
Using NumericTextBox how to diaplay value with in bracket ex: -45=(45)
2 Answers, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 16 Jan 2012, 10:02 AM
Hello,
You will need to wire the OnLoad event of the NumericTextBox and set the format:
functiononLoad() {
$(this).data("tTextBox").numFormat = "#;(#)"
}
All the best,
Georgi Krustev
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
I need the numeric text box in a grid to be display like -45=(45).i am have a partial class and in that i have the numeric text box and using UIHint i added this into my grid