Opened 10 years ago
Closed 10 years ago
#12082 closed defect (invalid)
Remove Rule from EnhancedGrid filter is cousing Uncaught TypeError in browser console
| Reported by: | adinarayana14 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have copied the grid filter example from the bellow link, and added filter rules while start up this grid.
https://dojotoolkit.org/reference-guide/1.10/dojox/grid/EnhancedGrid/plugins/Filter.html
I have added the following filter rules to filter the data:
grid.setFilter([{
colTxt: "Genre",
column: "2",
condTxt: "contains",
condition: "contains",
formattedVal: "easy",
type: "string",
value: "easy"
}, {
colTxt: "Artist",
column: "3",
condTxt: "contains",
condition: "contains",
formattedVal: "Frank Sinatra",
type: "string",
value: "Frank Sinatra"
}]);
When grid loads the filter is applying properly.
Once I click on Remove Rule button I am getting the Uncaught TypeError on browser console. The filter is not happening and the rule not removed from filter tip.
Note: I have tested this in all browsers and with latest dojo version as well.
Attachments (1)
Change History (2)
by , 10 years ago
| Attachment: | enhanceddatagrid-filter-problem.html added |
|---|
comment:1 by , 10 years ago
| Priority: | high → normal |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |




WrongTrac.