Announcement

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

    ListGrid.selectionUpdated not called if selection changed with keyboard

    SmartClient version: v9.0p_2013-07-05/LGPL
    Browser: IE9

    I have a ListGrid with the following options:
    Code:
            ID: 'positionList',
            width: '100%',
            height: '*',
            autoDraw: false,
            dataSource: detailsDS,
            autoFetchData: false,
            dataPageSize: 500,
            canEdit: true,
            canRemoveRecords: true,
            canSelectCells: false,
            editEvent: 'click',
            editByCell: true,
            autoSaveEdits: true,
            saveByCell: false,
            validateOnChange: true,
            validateByCell: true,
            enterKeyEditAction: 'nextCell',
            listEndEditAction: 'next',
            canReorderFields: false,
            canFreezeFields: false,
            alternateRecordStyles: true,
            showRollOver: false,
            showGridSummary: true,
    I implemented method selectionUpdated. If I move through the rows of the ListGrid with the keyboard while I'm in edit in a field pressing the up or down arrow this method is not called. Could you please fix it?

    Thanks in advance,

    Daniele

    #2
    Thanks for the report - this is fixed in builds dated July 12 and later

    Comment


      #3
      Thanks for the fix, problem solved.

      Regards,

      Daniele

      Comment

      Working...
      X