SmartClient Version: v11.0p_2016-07-23/Enterprise Development Only (built 2016-07-23)
Chrome on OSX
please try the #dynamicGrouping sample, then simply execute countryList.fetchData({continent: 'North America'})
in the Chrome console (not in the developer console) will appear this error:
Chrome on OSX
please try the #dynamicGrouping sample, then simply execute countryList.fetchData({continent: 'North America'})
in the Chrome console (not in the developer console) will appear this error:
Code:
Uncaught TypeError: Cannot read property 'implicitCriteria' of undefined isc_Canvas_filterWithCriteria @ ISC_Core.js?isc_version=v11.0p_2016-07-23.js:3461 isc_Canvas__filter @ ISC_Core.js?isc_version=v11.0p_2016-07-23.js:3459 isc_c_Class_invokeSuper @ ISC_Core.js?isc_version=v11.0p_2016-07-23.js:289 isc_c_Class_Super @ ISC_Core.js?isc_version=v11.0p_2016-07-23.js:281 isc_ListGrid__filter @ ISC_Grids.js?isc_version=v11.0p_2016-07-23.js:2159 isc_Canvas_fetchData @ ISC_Core.js?isc_version=v11.0p_2016-07-23.js:3430 (anonymous function) @ VM318:1
Comment