Hello,
After upgrading from SGWT 12.1 to 13 the ListGrid.filterData() method just does nothing in our application. We are using a shared DataSource with a list of TreeNodes for a TreeGrid, ListGrid and TileGrid components. All of them filter ok except the ListGrid. It must be something particular but there is no error in the stack trace. If I test it on a very simple test case it is working fine. Hence I need some help in determining what might have changed in version 13 so I can narrow down the code in order to reproduce it on a smaller test case.
After upgrading from SGWT 12.1 to 13 the ListGrid.filterData() method just does nothing in our application. We are using a shared DataSource with a list of TreeNodes for a TreeGrid, ListGrid and TileGrid components. All of them filter ok except the ListGrid. It must be something particular but there is no error in the stack trace. If I test it on a very simple test case it is working fine. Hence I need some help in determining what might have changed in version 13 so I can narrow down the code in order to reproduce it on a smaller test case.
Comment