Results 1 to 40 of 45

Thread: Help with jQuery SlickGrid

Threaded View

  1. #6

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: Help with jQuery SlickGrid

    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:

    Code:
    alert(returnObj.MeetingID);
    I get undefined

    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 no my 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?
    Last edited by Nitesh; Mar 31st, 2011 at 03:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width