incanus
27 Jan 2011, 4:17 AM
Hi all of you,
i'm trying to get a StringFilter working, and it really works, but not as it's expected.
I've copied the code just as in the example:
http://dev.sencha.com/deploy/dev/examples/grid-filtering/grid-filter-local.html
And the filter is shown deactivated until reconfigure is called. All ok until here.
The default behaviour i see in the example is the next:
-When the textfield is empty, the checkbox Filters is unchecked, and the filter deactivated.
-When i stat typing in the textfield, the checkbock gets checked, and the filter gets activated.
-Modifying the textfield, the field is applyied any time i get the value changed.
-If i delete all the content in the textfield, the checkbox gets unchecked.
But, in my page, non of this behavious is working. I only get the filter working manually checking the checkbox, and while i'm modifying the value of the textfield, the filter doesn't aply 'on the fly'.
Anyone has experimented this?
Thanx in advance,
Regards
PD: Neither is possible to select the content of the textfield.
i'm trying to get a StringFilter working, and it really works, but not as it's expected.
I've copied the code just as in the example:
http://dev.sencha.com/deploy/dev/examples/grid-filtering/grid-filter-local.html
And the filter is shown deactivated until reconfigure is called. All ok until here.
The default behaviour i see in the example is the next:
-When the textfield is empty, the checkbox Filters is unchecked, and the filter deactivated.
-When i stat typing in the textfield, the checkbock gets checked, and the filter gets activated.
-Modifying the textfield, the field is applyied any time i get the value changed.
-If i delete all the content in the textfield, the checkbox gets unchecked.
But, in my page, non of this behavious is working. I only get the filter working manually checking the checkbox, and while i'm modifying the value of the textfield, the filter doesn't aply 'on the fly'.
Anyone has experimented this?
Thanx in advance,
Regards
PD: Neither is possible to select the content of the textfield.