Opened 9 years ago
Closed 9 years ago
#14156 closed defect (invalid)
Dojox EnhancedGrid Filter is not working with _item field
Reported by: | tsemachh | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Dojox EnhancedGrid Filter | Cc: | |
Blocked By: | Blocking: |
Description
- When field in the Grid is defined as the _item and other formatter is used to gather the display from some fields.
- When Filter plugin is defined for that Grid
The next features are not working:
- Auto complete is not working on that column filter
- Filtering specific values is not working
I am providing the updated test for Filter plug-in dojox/grid/tests/enhanced/test_enhanced_grid_filter.html Try to filter by Gender you will see what I meant
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | test_enhanced_grid_filter.html added |
---|
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
More like an inappropriate usage as Filter is not compatible with _item usage.
Field '_item' is a tricky usage in DataGrid?, when used, Grid will not get real values from store. So this won't be applicable in Filter scenario where a real field must be set in order to do correct filtering. So closing as invalid.
Note: See
TracTickets for help on using
tickets.
File should be placed at dojox\grid\tests\enhanced\