How to use Syncfusion buttons ASP.NET MVC 3?

Hi,
I've an application with Syncfusion grid working fine.
Now when I am trying to use Syncfusion button control. 
I followed the following link: http://mvc.syncfusion.com/demos/ui/tools/Button/throughview
I added a button:

<div class="button">
         @{ Html.Syncfusion().Button("btnNormal")
        .Text("Save")
        .Render();}
    </div>

When I run I am getting the following error.
TypeError: Syncfusion.Mvc.Tools is undefined
http://localhost:56841/wlnscripts/jquery-1.8.0.min.js
Line 4

What am I  missing? Please help.


1 Reply

VR Varalakshmi R.S Syncfusion Team April 10, 2013 04:12 AM UTC

Hi Kedar,

 

Thanks for your interest in Syncfusion products.

 

We will update our solution for this query in the incident “106760”. Please refer the above specified incident for better follow up.

 

Regards,

Varalakshmi


Loader.
Up arrow icon