I have an MVC app. I'm converting a list of C# object to JSON and returning the list to the Keno Grid call. One of the properties in my C# class is "ProcuremenetCode." I was hoping to avoid having to explicitly set the column name in the grid to "Procurement Code." I thought maybe I could flag the C# class property with an attribute like [Description("Procurement Code")] and that this would get passed back with the JSON and the Kendo Grid would use that for the column title instead of having to explicitly set the column names in JS.
0
Dimo
Telerik team
answered on 25 Apr 2012, 04:26 PM
Hello Jay,
I am afraid that the server-client integration that you described, does not exist, as Kendo UI is not related to the server platform. You can use two of the three options mentioned earlier.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!