i just start to dive in ExtJS Grid, I would like create some toolbar search like JqGrid below. Grid will show the result according to key typed in that column.
Can anyone show me the walkthrough ? ^_^
Thanks in advance for any answers.
jqgrid http://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/379109_10150531271858928_704228927_8868872_1607857946_n.jpg
The way I do it is I add a top toolbar to the gridpanel which contains searchfields. Then it’s just the matter of hooking up events to callbacks.
Below is an example for ExtJS 3.x. It’s edited out code from my project, so I might have cut out too much, or left something that’s not needed. See buildTBar(), buildSearchBar() and attachListeners() methods in particular.