-
6 Oct 2010 8:37 AM #901
You would need to implement that logic at server. Server receives what user types (a or á) and then filters records in the database.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
7 Oct 2010 1:37 AM #902
onTriggerClear does not seem to work
onTriggerClear does not seem to work
Hi- In implementing the Grid Search plugin in Ext 3.0, the onTriggerClear event does not seem to be called, though all other events are able to be invoked: init, onKeyUp... The ESC to clear the search field does not work either.
Would appreciate your thoughts on resolving this. Thanks!
BK
-
7 Oct 2010 10:03 AM #903
Do you have the latest (devel) version?
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
8 Oct 2010 1:20 AM #904
I downloaded http://gridsearch.extjs.eu/gridsearch.zip and used the Ext.ux.grid.Search.js replacing it with the copy I had. While it workred in the examples, it gave errors such as "throw without catch" and "object expected".
Is there another version l should look for?
Thanks.
BK
-
12 Oct 2010 11:43 PM #905
Hi!
Amazing plug-in, as expected from Saki.
I am using EXT JS 3.1.0, Firefox 3.6.10. The "x" button, or should I say the clear / reset button doesn't seem to work when I press on it.
Here is how I used the grid plugin..
Also, how do I set it to be position on the top toolbar if I have one such toolbar already existing? Is it simply adding a configuration option position:'top' ?Code:,plugins: [new Ext.ux.grid.Search({ iconCls:'icon-magnifier' ,minChars:2 ,mode:'local' ,autoFocus:true ,width: 150 })]
Thanks in advance!

-
13 Oct 2010 12:37 AM #906
-
13 Oct 2010 5:03 AM #907
I didn't test 3.2.1 specifically, but example run against Ext 3.2.2 works as expected including clear trigger. Are you sure that you run rev 798 from the devel download package?
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
13 Oct 2010 6:13 AM #908
No, I used stable version. Is the current devel version more 'bulletproof'?
-
13 Oct 2010 7:48 AM #909
Devel contains bugfixes.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
14 Oct 2010 12:39 PM #910
I have just downloaded the Grid Search Plugin and am trying to use the example that come with it. I only replaced the .php file with my java servlet that gives us the json data. All is well except that the search does not work, I have gone through the code a mth times and I cannot figure out where I messed up.
From the explanation above the plugin could be used for a local search too.
Help me here, what am not doing right? Help!
Jesseb


Reply With Quote
