Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid losing advanced/nested criteria on FilterEditor submit

$
0
0
FF: 26
GWT: 2.6
SGWT: 5.0p 03/19/2015 10:13

Nested criteria is being lost when using the FilterEditor with a ds field that has setMultiple(true).

Used the code from:
http://www.smartclient.com/smartgwt/...r_builder_grid
With the addition of:
Code:

Added to WorldXmlDS.java:
        continentField.setMultiple(true);

Added to onModuleLoad():
        countryGrid.setShowFilterEditor(true);
        countryGrid.setFilterOnKeypress(true);

Reproduction Steps:
1) In the FilterBuilder, set Population is not null.
2) Click the Add Subclause button.
3) Set Population equals 62099.
4) Click Filter.
5) Enter b in the Country field filter.
Notice that the Population = 62099 has been lost.

Attached Images
File Type: jpg screen-shot.jpg (51.6 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles