Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-744

A new selection on a ext js grid send two events of selection which slows application

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0 M3
    • None
    • UI
    • None

      In a JS grid, when a new row is selected, two events are sent :

      • "selectionchange" with an empty selection
      • "selectionchange" with the new selection

      Thus two messages were sent on the bus event. So the tools and ribbon elements needing a refresh ask to refresh twice.

      To increase performance,Ext JS grid may be extended to send only one event while selection change for a non empty selection.

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: