Hi,
I'm hoping someone can help me out, I'm having some trouble binding my json data to the grid, it looks as if the correct number of rows I am expecting are being displayed in my grid, but nothing seems to be bound inside my columns.
My json data looks like this,
{“page”:1,”total”:1,”records”:2,”rows”:[{“Id”:1,”Start”:”7/19/2010 12:00:00 AM”,”End”:”8/18/2010 12:00:00 AM”,”MediaId”:”E0001″},{“Id”:1,”Start”:”7/19/2010 12:00:00 AM”,”End”:”8/18/2010 12:00:00 AM”,”MediaId”:”E0002″}]}
Which I'm trying to bind to my grid using this code,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top