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

COMBO BOX IN MVC 2

0 Answers 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hari
Top achievements
Rank 1
Hari asked on 06 Oct 2014, 12:43 PM
Dear Experts,

I am using the MVC2 WEB application .
I have downloaded dll from this site http://simple-telerik-extensions.googlecode.com/svn-history/r14/trunk/telerik/Binaries/Mvc2/

I am using the following code in my view
   <%
        Html.Telerik().ComboBox()
            .Name("MenuIDs")
            
        .Render();       

                 %>
i am getting following error please help me
 'Telerik.Web.Mvc.UI.ViewComponentFactory' does not contain a definition for
'ComboBox' and no extension method 'ComboBox' accepting a first argument of type
'Telerik.Web.Mvc.UI.ViewComponentFactory' could be found (are you missing a
using directive or an assembly reference?)



No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Hari
Top achievements
Rank 1
Share this question
or