Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    fetchData error with grouped grid

    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:

    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
    ​

    #2
    This issue has been fixed in the latest nightly build generated 2016-07-29

    Comment


      #3
      SmartClient Version: v11.0p_2016-07-30/Enterprise Development Only (built 2016-07-30)

      I can confirm it's fixed, thank you very much.

      Comment

      Working...
      X