[web2py] Re: Plugin_jqgrid problem

2010-05-29 Thread leo
thank you ,Golden Tiger yes, I'm sure I insert the records. and the first grid can display, h2 1.all data /h2 {{ =grid}} but the second can not! h22.all data /h2 {{ =grid}} On May 29, 7:32 am, GoldenTiger goldenboy...@gmail.com wrote: did you insert any record? On 28 mayo, 15:28, leo

[web2py] Re: Plugin_jqgrid problem

2010-05-29 Thread mdipierro
The way it is designed you cannot insert the same grid twice. You need to instantiate two grids. On May 29, 2:24 am, leo leo...@gmail.com wrote: thank you ,Golden Tiger yes, I'm sure I insert  the records. and the first grid can display, h2 1.all data /h2 {{ =grid}} but the second can

[web2py] Re: Plugin_jqgrid problem

2010-05-28 Thread zeng leo
Hi,everyone, i'm a newbie for web2py,I'm in trouble when I use the plugin_jqgrid. this is my code: my dbmodel: db.define_table(data, SQLField(name, notnull=True, default=None), SQLField(date,notnull=True), SQLField(number, notnull=True, default=None),

[web2py] Re: Plugin_jqgrid problem

2010-05-28 Thread GoldenTiger
did you insert any record? On 28 mayo, 15:28, leo leo...@gmail.com wrote: Hi,everyone, i'm a newbie for web2py,I'm in trouble  when I use the plugin_jqgrid. this is  my code: my dbmodel: db.define_table(data,       SQLField(name, notnull=True, default=None),