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 wrote: > Em Thu, 17 Sep 2009 09:24:05 -0300, cleverpig > 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 tr

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 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 Independent Java consultant, de

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 wrote: > Em Thu, 17 Sep 2009 06:09:04 -0300, cleverpig > 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 condit

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 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 them? Just create a Form af