I have found a problem in RC2 when a list grid is on an inactive tab.
If autoFetchData is false and I try to call fetchData on the grid before it has been rendered (by selecting that tab) I get the error "_5 is undefined at http://localhost:8084/isomorphic/system/development/ISC_Grids.js line 912". If I simply change my code to place grid on the first tab (so it is rendered when the page is loaded) it does not get this error. Likewise, if autoFetchData is true the exact same code does not get an error.
It may have something to do with the datasource because when I tried to create a test case with the data in-line the problem also went away.
If autoFetchData is false and I try to call fetchData on the grid before it has been rendered (by selecting that tab) I get the error "_5 is undefined at http://localhost:8084/isomorphic/system/development/ISC_Grids.js line 912". If I simply change my code to place grid on the first tab (so it is rendered when the page is loaded) it does not get this error. Likewise, if autoFetchData is true the exact same code does not get an error.
It may have something to do with the datasource because when I tried to create a test case with the data in-line the problem also went away.
Comment