Announcement

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

    Lose selection after ListDataSource.updateData(record);

    I am using SmartGWT 4.1 power edition. Why do I lose selection after run ListDataSource.updateData(record)?

    #2
    Use listGrid.reselectOnUpdate if automatic re-selection of the changed record is appropriate in your application.

    Comment


      #3
      I did listGrid.setReselectOnUpdate(true), and I still lose the selection.

      Comment


        #4
        We're not seeing an issue like this in our testing.

        Can you provide instructions to reproduce this problem?

        Comment


          #5
          I found out that there is an exception in another place on the page. I guess that the exception caused no select on the listgrid.

          Comment

          Working...
          X