문제

When adding a Kendo ProgressBar, I get the following error:

CS1061: 'Kendo.Mvc.UI.Fluent.WidgetFactory<dynamic>' does not contain a definition for 'ProgressBar' and no extension method 'ProgressBar' accepting a first argument of type 'Kendo.Mvc.UI.Fluent.WidgetFactory<dynamic>' could be found (are you missing a using directive or an assembly reference?)

Do I have the wrong version of Kendo or MVC?

I have Kendo.MVC version 2013.2.716.340

I have MVC version 4

도움이 되었습니까?

해결책

I believe the ProgressBar widget was introduced in Q3 which would be 2013.3.*

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top