0
最近將smartgwt版本從3.0升級到6.0,發現listgrid過濾器無法正常工作。將3.0升級到6.0版本後,smartgwt 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
我用setShowFilterEditor
,setFilterOnKeypress
method.I我無法找出造成這個問題,如果任何機構都知道這個問題,請讓我知道如何解決這個問題?
注意:在SmartGWT 6.0版本的Datasource api中,setCacheAllData api被修改,但我沒有在我的listgrid中使用這個api。