I am actually using a listgrid which is bound to a datasource, when the user selects one of the items - it should be "locked" for him - and to present that visually, one of the cells should then show his name.
The problem is, that i havent found a way to update a single attribute - without reloading the whole datasource - actually tried to use Record.setAttribute("user",theuser) - but that only works with an grid.updateData() - which then results in a fetch !
Is there any other way to manipulate the Records on the ClientSide??
The problem is, that i havent found a way to update a single attribute - without reloading the whole datasource - actually tried to use Record.setAttribute("user",theuser) - but that only works with an grid.updateData() - which then results in a fetch !
Is there any other way to manipulate the Records on the ClientSide??
Comment