[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
please tony , help me with that. I've made the change and still not working . Maybe i have to drop the plugin? On 17 Abr, 11:55, Tony wrote: > Hello, > Please see my previous mail, remove the comma at last > item - ie. the col model should be > >   colModel :[ >       {name:'id', index:'id', key

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
Strange... this thing On 17 Abr, 12:00, Led wrote: > See it my friend, but i've changed and nothing > > On 17 Abr, 11:55, Tony wrote: > > > > > Hello, > > Please see my previous mail, remove the comma at last > > item - ie. the col model should be > > >   colModel :[ > >       {name:'id', index

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
See it my friend, but i've changed and nothing On 17 Abr, 11:55, Tony wrote: > Hello, > Please see my previous mail, remove the comma at last > item - ie. the col model should be > >   colModel :[ >       {name:'id', index:'id', key:true, width:55}, >       {name:'cod_casa', index:'cod_casa', wi

[jQuery] Re: help with jqgrid

2009-04-17 Thread Tony
Hello, Please see my previous mail, remove the comma at last item - ie. the col model should be colModel :[ {name:'id', index:'id', key:true, width:55}, {name:'cod_casa', index:'cod_casa', width:55} ], and not colModel :[ {name:'id', index:'id', key:true, width:55},

[jQuery] Re: help with jqgrid

2009-04-17 Thread Led
i'm happy to contact with you. You have done a great job with this plugin , but i can't see it working. See the sample in http://realferias.com/jqgrid_demo.htm I'm trying to implement this in a project but the basic sample is not working. Again , please... On 17 Abr, 11:41, Tony wrote: > Hello,

[jQuery] Re: help with jqgrid

2009-04-17 Thread Tony
Hello, The most common error when writing is the comma. You have colModel :[ {name:'id', index:'id', key:true, width:55}, {name:'cod_casa', index:'cod_casa', width:55}, <--- Error ], Remove the comma and will be ok Regards Tony On Apr 17, 3:12 am, led wr