This question is locked. New answers and comments are not allowed.
Hi all, we are trying to use NumericBox in a MVC3 RC2 project but with no success. We have tried using Razor and Aspx view engine too but in each case we have a null reference exception. In our aspx view, we use the following basic code:
Have you some idea??
Thank you so much
Adriano
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> Index</asp:Content><asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"><h2>Index</h2><div> <%= Html.Telerik().NumericTextBox().Name("prova").Spinners(true) %></div></asp:Content>Have you some idea??
Thank you so much
Adriano