In GWT, it is possible to find a record by primary key using:
But in SmartClient it seems there is no equivalent.
So how does one go about finding a ListGrid record by primary key?
Code:
Record record = listGrid.getResultSet().findByKey("mykey");
So how does one go about finding a ListGrid record by primary key?
Comment