SmartClient 8.2
IE8, chrome
'adaptiveFilter' sample
http://www.smartclient.com/index.jsp#adaptiveFilter
1. type 'ad' in the 'item' column filter
2. group by category
3. clear filter
you can see a first correct fetch, and then a second wrong fetch, with the previously cleared criteria.
then:
4. type 'ad' in the 'item' column filter
you can see that the criteria becomes {itemName: "a"}
IE8, chrome
'adaptiveFilter' sample
http://www.smartclient.com/index.jsp#adaptiveFilter
1. type 'ad' in the 'item' column filter
2. group by category
3. clear filter
you can see a first correct fetch, and then a second wrong fetch, with the previously cleared criteria.
then:
4. type 'ad' in the 'item' column filter
you can see that the criteria becomes {itemName: "a"}
Comment