This question is locked. New answers and comments are not allowed.
Hi
I am trying to use the javascript function $.telerik.textbox.formatNumber(...)
I am able to use it when I have controls using Html.Telerik().CurrencyTextBoxFor(model => model.PropertyA)
BUT
when I use Html.Telerik().CurrencyTextBox(Model.Something)
the function is not availible.
I read in other forum posts that the javascript files loaded from Telerik controls are only availible when the controls need them (Which makes sense) but it seems that using CurrencyTextBox(...) and CurrencyTextBoxFor(..) does not load the same javascript files.
I even looked through the DOM using Firebug and the object $.telerik.textbox isn't even created.
Is there a manual way to load the files so that I can use $.telerik.textbox.formatNumber(...) ?
I am trying to use the javascript function $.telerik.textbox.formatNumber(...)
I am able to use it when I have controls using Html.Telerik().CurrencyTextBoxFor(model => model.PropertyA)
BUT
when I use Html.Telerik().CurrencyTextBox(Model.Something)
the function is not availible.
I read in other forum posts that the javascript files loaded from Telerik controls are only availible when the controls need them (Which makes sense) but it seems that using CurrencyTextBox(...) and CurrencyTextBoxFor(..) does not load the same javascript files.
I even looked through the DOM using Firebug and the object $.telerik.textbox isn't even created.
Is there a manual way to load the files so that I can use $.telerik.textbox.formatNumber(...) ?