T5:how to expand Grid for add some query textfield?

2009-09-17 Thread cleverpig
in this situation,we have a grid page for products. our client need add some textfeild or selectbox on the bottom of grid,and then he can input query condition such as name/price/... how to expand Grid with them? i think this is a real familiar problem when we developed web app. i did that in a

Re: T5:how to expand Grid for add some query textfield?

2009-09-17 Thread Thiago H. de Paula Figueiredo
Em Thu, 17 Sep 2009 06:09:04 -0300, cleverpig greatclever...@gmail.com escreveu: in this situation,we have a grid page for products. our client need add some textfeild or selectbox on the bottom of grid,and then he can input query condition such as name/price/... how to expand Grid with

Re: T5:how to expand Grid for add some query textfield?

2009-09-17 Thread cleverpig
On Thu, Sep 17, 2009 at 8:00 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Thu, 17 Sep 2009 06:09:04 -0300, cleverpig greatclever...@gmail.com escreveu: in this situation,we have a grid page for products. our client need add some textfeild or selectbox on the bottom of

Re: T5:how to expand Grid for add some query textfield?

2009-09-17 Thread Thiago H. de Paula Figueiredo
Em Thu, 17 Sep 2009 09:24:05 -0300, cleverpig greatclever...@gmail.com escreveu: oh,thanks! it's seem like my way. but how to handler this form submit event and grid event independently? Please read the documentation. Grid doesn't trigger any events. -- Thiago H. de Paula Figueiredo

Re: T5:how to expand Grid for add some query textfield?

2009-09-17 Thread cleverpig
On Thu, Sep 17, 2009 at 8:39 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Thu, 17 Sep 2009 09:24:05 -0300, cleverpig greatclever...@gmail.com escreveu: oh,thanks! it's seem like my way. but how to handler this form submit event and grid event independently? Please read