Can anyone point me in the right direction?
I'm looking to use DataTables.net or jqGrid with an ASP MVC4 ApiController action for the source.
The problem I have is that i just return an array of objects.. e.g. [{"Name":"Brian", "Age" : "35"}, {"Name":"Jim", "Age" : "45"}]
I don't format it like the samples i.e. with aaData or arrays of string. Can anyone tell me how they overcome this problem?
I'll even settle for jqGrid if someone and point me in the direction of a good example. tnx Brian.
