smartgwt ListGrid Filter 在将 3.0 升级到 6.0 版本后不起作用



最近将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方法。我无法弄清楚导致此问题的原因,如果有人知道此问题,请告诉我如何解决此问题?

注意:在 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 后,此问题得到解决。这是一个smartgwt问题。

最新更新