Is there an easy way to omit setting the selected property coming from the viewstate? It is causing some issues in IE8 and not exactly sure what the problem is yet but it has to do with invalidatecache and setViewState being called. We get an error saying this.localData is null.
I just need to workaround this for now. I looked at the stacktrace and the error comes from:
anonymous
isc_Arra_findByKeys
isc_listGrid_setSelectedState
isc_ListGrid_dataChanged
anonymous
isc_ResultSet_invalidatecache
I have reason to suspect it is the combination of our call to invalidateCache and setViewState (which are done independently) because if I comment one of the two then it works fine.
Note that this problem is not visible in IE9, or FF5. If I revert to 06-17 build from 08-16, it is also fine.
I just need to workaround this for now. I looked at the stacktrace and the error comes from:
anonymous
isc_Arra_findByKeys
isc_listGrid_setSelectedState
isc_ListGrid_dataChanged
anonymous
isc_ResultSet_invalidatecache
I have reason to suspect it is the combination of our call to invalidateCache and setViewState (which are done independently) because if I comment one of the two then it works fine.
Note that this problem is not visible in IE9, or FF5. If I revert to 06-17 build from 08-16, it is also fine.
Comment