[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 l.r@sapo.pt wrote:
 b.jgrid is undefined .

 i'm having this error when everything seems to be in place . I'm just
 starting to try this plugin .

 http://realferias.com/jqgrid_demo.htm

 thanks


[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},
  {name:'cod_casa', index:'cod_casa', width:55},
 ],

See the diffrence

On Apr 17, 1:50 pm, Led l.r@sapo.pt wrote:
 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 
 inhttp://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 t...@trirand.com wrote:

  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 l.r@sapo.pt wrote:

   b.jgrid is undefined .

   i'm having this error when everything seems to be in place . I'm just
   starting to try this plugin .

  http://realferias.com/jqgrid_demo.htm

   thanks- Ocultar texto citado -

  - Mostrar texto citado -


[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 t...@trirand.com 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', width:55}
      ],
 and not
   colModel :[
       {name:'id', index:'id', key:true, width:55},
       {name:'cod_casa', index:'cod_casa', width:55},
      ],

 See the diffrence

 On Apr 17, 1:50 pm, Led l.r@sapo.pt wrote:



  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 
  inhttp://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 t...@trirand.com wrote:

   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 l.r@sapo.pt wrote:

b.jgrid is undefined .

i'm having this error when everything seems to be in place . I'm just
starting to try this plugin .

   http://realferias.com/jqgrid_demo.htm

thanks- Ocultar texto citado -

   - Mostrar texto citado -- Ocultar texto citado -

 - Mostrar texto citado -


[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 t...@trirand.com wrote:
 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 l.r@sapo.pt wrote:



  b.jgrid is undefined .

  i'm having this error when everything seems to be in place . I'm just
  starting to try this plugin .

 http://realferias.com/jqgrid_demo.htm

  thanks- Ocultar texto citado -

 - Mostrar texto citado -


[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 t...@trirand.com 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', width:55}
      ],
 and not
   colModel :[
       {name:'id', index:'id', key:true, width:55},
       {name:'cod_casa', index:'cod_casa', width:55},
      ],

 See the diffrence

 On Apr 17, 1:50 pm, Led l.r@sapo.pt wrote:



  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 
  inhttp://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 t...@trirand.com wrote:

   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 l.r@sapo.pt wrote:

b.jgrid is undefined .

i'm having this error when everything seems to be in place . I'm just
starting to try this plugin .

   http://realferias.com/jqgrid_demo.htm

thanks- Ocultar texto citado -

   - Mostrar texto citado -- Ocultar texto citado -

 - Mostrar texto citado -