Announcement

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

    [bug] ListGrid.selectionUpdated not called with canSelectCells:true

    SmartClient Version: v9.1p_2014-03-03/PowerEdition Deployment (built 2014-03-03)

    when you have a grid with canDragSelect: true and canSelectCells: true, the selectionUpdated method doesn't get called when selecting a single cell, but gets called only when you drag select multiple cells, and even if you dragSelect multiple cells but, before releasing the mouse, you return to a single cell being selected.

    you can try it in the gridToExcel sample, adding to the grid definition the selectionUpdated method:
    Code:
    selectionUpdated: function (record, recordList) {
        isc.logEcho('selection updated')
    },

    #2
    I forgot to mention the browser: Chrome 33 on Mac OSX

    Comment


      #3
      We see the issue and it's being looked into - we'll update this thread when a fix is in place

      Comment


        #4
        We've made a change that should address this bug - please retest with a build dated March 8 or later

        Comment


          #5
          SmartClient Version: v9.1p_2014-03-09/PowerEdition Deployment (built 2014-03-09)

          verified, thank you very much

          Comment

          Working...
          X