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
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
Comment