Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterHeader triggers an error when model type is auto and field has integer values #1361

Open
fabriciomurta opened this issue Jul 22, 2016 · 0 comments

Comments

@fabriciomurta
Copy link
Contributor

The filterHeader tries string search over integers, trying to call .toLowerCase() when model field's type is 'auto'.

Reported in this Ext.NET forum thread: Problem with FilterHeader plugin in GridPanel

The FilterHeader plugin should correctly infer when the field has an integer or string type if it auto-detects type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant