Hi Guys,
.kendoMenu({dataSource: menuItems}); menuItems is JSON from the controller.
In my C# code, I have the property as Text (capital 'T'), but KendoUI expects a small 't'. I don't want to have properties in my C# starting with small letters. How do I tell Kendo that it should look for 'Text' rather than 'text'?
Thanks,
Andrei