Announcement

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

    Find a ListGrid record by primary key in SmartClient

    In GWT, it is possible to find a record by primary key using:

    Code:
    Record record = listGrid.getResultSet().findByKey("mykey");
    But in SmartClient it seems there is no equivalent.

    So how does one go about finding a ListGrid record by primary key?

    #2
    Same thing except it's just getData() rather than getResultSet().

    Comment


      #3
      ok, thanks
      you might wish to update the docs
      that method doesn't appear in
      http://www.smartclient.com/docs/8.1/a/b/c/go.html#class..ListGrid

      Comment


        #4
        It's doc'd here.

        Comment

        Working...
        X