smartgwt ListGrid Filter 在升级 3.0 到 6.0 版本后不工作

smartgwt ListGrid Filter not working after upgrading the 3.0 to 6.0 version

最近将 smartgwt 版本从 3.0 升级到 6.0,发现 listgrid 过滤器无法正常工作。

以下是重现问题的步骤,

1.All the Records are loaded from server to the listgrid.
2.Performing filtering in below scenarios

i.Selecting some value in filter,its filtering properly based on the selection
ii.now again i am reselecting the empty option(not selecting any think in filter) then it should list all the records into grid but its not showing anythink in grid(its failing here)


3.the same think is happening in case of other filter like text field when i am clearing the entered text,its not listing any records

我已经使用了 setShowFilterEditorsetFilterOnKeypress method.I 我无法弄清楚是什么导致了这个问题,如果有人知道这个问题请告诉我如何解决这个问题?

注意:在 SmartGWT 6.0 版本的数据源 api 中,setCacheAllData api 被修改,但我没有在我的列表网格中使用这个 api。

这个问题在将最新的 smartgwt jar(我使用的是 v11.0p_2016-07-23/LGPL Deployment - 2016-07-23 版本)替换为 LGPL Deployment 2017-01-19 jar.Its 一个 smartgwt 问题后得到解决。