Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

luke.knapek
This post was updated on .
Hi,
I have problem with autocomplete in dojox.grid.enhanced.plugins.Filter. I allready read the documentation http://dojotoolkit.org/reference-guide/dojox/grid/EnhancedGrid/plugins/Filter.html.

I have simple string field defined like this:
{ field: "title", datatype: "string", autoComplete:true, width:"300", name:"Title"}

When I want to filter by this column, filtering dialog shows properly. Combobox also always shows properly (there are all values of "title" field), problem is only in case when I start write into the value field and it should suggest right values (i.e. all titles starts with 't'). whatever I write, always first value of list is placed into the value field.

Does anybody know what is wrong?

I use dojo v. 1.7.1
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

vitch
Same for me !
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

zhuxw
In reply to this post by luke.knapek
Hi, which version are you using? 

On Thu, Feb 9, 2012 at 8:39 PM, luke.knapek <[hidden email]> wrote:
Hi, I have problem with autocomplete in dojox.grid.enhanced.plugins.Filter. I allready read the documentation http://dojotoolkit.org/reference-guide/dojox/grid/EnhancedGrid/plugins/Filter.html. I have simple string field defined like this: { field: "title", datatype: "string", autoComplete:true, width:"300", name:"Title"} When I want to filter by this column, filtering dialog shows properly. Combobox also always shows properly (there are all values of "title" field), problem is only in case when I start write into the value field and it should suggest right values (i.e. all titles starts with 't'). whatever I write, always first value of list is placed into the value field. Does anybody knows what is wrong?

View this message in context: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter
Sent from the Dojo Toolkit mailing list archive at Nabble.com.

________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

[hidden email]
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest



________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

[hidden email]
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
Best Regards
-------------
Oliver
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

vitch
Hello,

I'm using Dojo 1.7.2.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

luke.knapek
In reply to this post by zhuxw
Hi,
I use 1.7.1 version
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

vitch
Loading...