Announcement

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

    Getting an error when editing a select picklist in a list grid

    I am using SmartClient_v111p_2017-09-14_LGPL in IE11.

    A double click displays the drop down icon. When the icon is clicked I am getting the error “Unable to get property ‘testData’.
    Click image for larger version

Name:	UserAdminError.PNG
Views:	149
Size:	142.3 KB
ID:	249213
    UserAdmin.html

    #2
    Two more points.
    1. I forgot to include the function SetFormAs Dirty()

    Code:
    function SetFormAsDirty() {
        var i = 0;
    }
    2. The test case works with the above function included and using an older version of LGPL, SmartClient_v111p_2017-07-03_LGPL.

    Comment


      #3
      We've run your sample against the latest of 11.1 and 12.0, and we see no errors.

      What's more, we're not sure where the code highlighted in your screenshot is coming from.

      We just downloaded the same build you reported (September 14) and the code at the location you show actually says:

      Code:
      for(var i=0;i<_1.length;i++){var _13=_1[i],_14;if(this.separateValuesList){var _15=this.separateValuesList.getData()
      And apparently hasn't changed in a long time.

      You probably need go through the steps again to ensure you're not mixing resources - update to the latest build from smartclient.com/builds, clear caches, etc

      Comment

      Working...
      X