i am searching for a way to create a grid (from some kind of jquery grid plugin didnt choose one yet)
anyway i want to call a webmethod and return a json serialized from a List
of an object i created.
today i just use a regular grid view inside an iframe.
but i want to eliminate that iframe
and create those grids with ajax requests
please help.
thank you
I use a little routine that dynamically creates the grid based on columns etc. it’s good for prototyping and might help you out initially: