Hoping there was an easy json grid plugin somewhere. I have a need to fill a grid via JSON/Ajax, the issue is the amount of data or columns will nearly always be different so it needs to adapt accordingly.
i.e. Parameter is passed via jQuery ajax call, sql is configured and run against database this could be any fields/tables, needs to then somehow return rows and populate a grid/div
I am using ASP .Net c#, any thoughts?