I have a ListGrid with a datasource. The datasource defines a primaryKey but the listGrid save locally, and thus rows do not inherit their primaryKey until after a save event.
This design is working great with one exception. grid.selectRecord does not like rows without primaryKeys, it only ever selects the top row of the grid when no primary keys are present.
I was hoping that grid.selectRecord when given an index rather than a record would still work but it does not.
Is there another method I could use to select a row when I know it's index?
SmartClient Version: v10.0p_2015-12-02/Pro Deployment (built 2015-12-02)
This design is working great with one exception. grid.selectRecord does not like rows without primaryKeys, it only ever selects the top row of the grid when no primary keys are present.
I was hoping that grid.selectRecord when given an index rather than a record would still work but it does not.
Is there another method I could use to select a row when I know it's index?
SmartClient Version: v10.0p_2015-12-02/Pro Deployment (built 2015-12-02)
Comment