I’m using Kendo UI and I have some trouble …
I want to use a Grid to display data.
I’ve got a List with a DLL, my DLL works, I can have all informations , I’ve tested it.
How can I do to use data from the list (each log has a type (Message-Error …) , an at (02/05/2013 15:00) and a Message(“Hi I”m a message”)) ?
Thanks for your answers
I solved my problem using a DataTable inspite of a List. Furthermore, I delete my log class, cause she’s finally useless
I load my DataTable in my Controller, and can easily display it !
If someone needs information don’t hesitate