Announcement

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

    SelectItem Editor Enter Key

    Hi Isomorphic,

    We are customizing a list grid editor using a SelectItem.

    Code:
    selectItem.setMultiple(true);
    selectItem.setMultipleAppearance(MultipleAppearance.GRID);
    When the user hits the Enter key, the onEditorExit event fires, however, the Enter key also appears to select (or unselect) an entry in the multiple grid prior to the onEditorExit firing, resulting in an unintended edit.

    For example, in editing mode, user Ctrl+clicks an entry in the multiple grid to unselect it, then hits the Enter key. Upon the editor closing, the item just unselected by Ctrl+click is re-selected by the Enter.

    We do like the behavior that the Enter key completes the editing, however, the fact the Enter also deselects is a behavior we do not wish to happen.

    Is there a way to prevent the Enter key from selecting and deselecting options in the multiple grid?

    Thanks


    #2
    We've made a change to address this issue. The change will be present in 6.1p, 12.0p and 12.1d builds dated April 11 or above

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      That is excellent.

      Can we please have this applied to the following version?

      SmartClient Version: v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)

      Thank you

      Comment


        #4
        Hi Isomorphic,

        Any update on including this in the above mentioned version?

        Thank you

        Comment


          #5
          Hi
          Sorry for the delay responding on this - yes - it will be in the next nightly build in that branch

          Regards
          Isomorphic Software

          Comment


            #6
            Thank you

            Comment

            Working...
            X