Hi Grurs,
I am using a trial version on Kendo UI for MVC for the purpose of development of the prototype. I have developed everything with the following development configuration
1) VS 2010
2) ASP.NET MVC3
3) Razor
4) Kendo UI
it runs proper when i run it from VS but when i install it on the server then it throws following error
"CS1593: Delegate 'System.Action' does not take 1 arguments"
For following code
Regards
Swap
I am using a trial version on Kendo UI for MVC for the purpose of development of the prototype. I have developed everything with the following development configuration
1) VS 2010
2) ASP.NET MVC3
3) Razor
4) Kendo UI
it runs proper when i run it from VS but when i install it on the server then it throws following error
"CS1593: Delegate 'System.Action' does not take 1 arguments"
For following code
Line 77: .Scrollable(false)
Line 78: .HtmlAttributes(new { id = "top-panes" })
Line 79: .Content(@<div>
Line 80:
Line 81: </div>);
I am using Panel bar here.
Kindly help me to solve this issue
Thanks in AdvanceRegards
Swap