Announcement

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

    Finding a ListGrid record by primary key for setClientOnly(true)

    Hi, I have a ListGrid running in local 'client mode' set with 'setClientOnly(true) and with a local datasource.

    I set a primary key and fill it in with data with unique primary keys, but I need to update this client-side only grid with fresh new data upon server events that are to update records in this grid found by primary key.

    I've been looking for a long time a way to locate a record in that local grid by primary key but getRecord() returns by row index!

    What is the magic call I'm missing? This has got to be dead easy!

    Many thanks!

    Jean-Pierre

    #2
    For those following this thread, see the answer here: http://forums.smartclient.com/showthread.php?t=16988

    Jean-Pierre

    Comment

    Working...
    X