Hello,
I am having issues sending data to my grid. I make an ajax call, gather returned data as JSON data, pass the JSON data to a dataAdapter, and use the dataAdapter to populate the Grid Data. I have used this approach successfully before, but for some reason it is not working for me.
I can successfully make the ajax call and successfully gather the data as JSON data, but in either passing the data to the dataAdapter or in using the dataAdapter to populate the grid, something breaks. I received no error messages in the IE debugger, so I’m not sure how to proceed.
Any advice?
Thank you in advance,
alex.chap