Opened 7 years ago
Closed 7 years ago
#17487 closed defect (patchwelcome)
Problem in dojo grid filter out of range error
Reported by: | dipanwita.sengupta | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am using dojo grids in my MVC application. When I select a number type field in dojo filter and in the value section enter a out of range value, the value field is error formatted and giving the right error title “This value is out f range”. But the Filter button is not getting disabled. The user can still use the filter option with the wrong value.
The filter button is getting disabled for other errors like “The value entered is not valid”. Please suggest.....
Change History (2)
comment:1 Changed 7 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 7 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid? are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.