I’m looking for a simple example on how to use SlickGrid when trying to retrieve the data as JSon via jQuery.Ajax.
I was also unable to find any documentation of the SlickGrid plugin and was wondering if I was just looking in the wrong places.
Any help to get me started with SlickGrid would be most appreciated.
I’m looking for a simple example on how to use SlickGrid when trying to
Share
An example within an asp.net page. The webservice
myDatareturns a json string that needs to match the grid columns.… and so on
In Asp.Net, the size of the json string is restricted by default. In case of trouble you have to declare a larger size in the web.config e.g. :