Hi guys,
think this example (http://docs.kendoui.com/api/framework/kendo) is wrong:
Instead of
Cu
Georg
think this example (http://docs.kendoui.com/api/framework/kendo) is wrong:
Instead of
kendo.format("MVVM - {1}", 12, 24); //12 - 24
should there bekendo.format("{0} - {1}", 12, 24); //12 - 24
Not very important but maybe a little bit confusing ....Cu
Georg