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