Friday, July 3, 2009

Set the specific row in a grid

The specific row of grid can be set by calling the dataSource_ds.findRecord(Common _buffer) method. Suppose we want to select third row (i.e Account # 4003) in a customer table grid, here is the code

CustTable_ds.findRecord(CustTable::find('4003'));

No comments: