Announcement

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

    listgrid.invalidateCache() done

    Hi,

    How can I know that the invalidateCache() is completed and that the new records are displayed??

    What I need is, after calling listGrid.invalidateCache(), get one of the records using listgrid.getRecords(i).

    Is there any way to do so?

    P.S.:
    I am using: SmartGWT1.2 nightly build of 20090825
    GWT 1.6.4
    Internet Explorer 7

    Thank you,

    #2
    Use dataArrived.

    Comment


      #3
      Thanks Isomorphic.

      It is working fine!

      Comment

      Working...
      X