oops my bad
I had:
grid = new Slick.Grid("#myGrid", returnObj.source, columns, options);
.source is in your JSOn and not mine. Sorry.
My grid is populated now. but the date values aint pulling through
Still a long way to go in terms of what I need but I'm getting there slowly. thanks for all your help
also, howcome I can't do thsi:
I get undefinedCode:alert(returnObj.MeetingID);
I guess I have to loop through the values because it's an array.
Also, what's the Dataview for? I've seen the example but can't make sense of it. How will I be able to propogate changes in the grid through to my datatbase??
oh nomy grid gets populates in FireFox but in IE 8 I get an error
seems IE doesn't like my JSON formatting. Do you see any issues with my format?






Reply With Quote