Hello friends,
Is it possible to have a ListGrid field be client-side only?
I would like to have a ListGrid be client/server for most fields but have one field be programmatically filled from the client's logic only. (for very frequent & efficient updating without client/server roundtrips)
I am thinking of doing this by creating a DSResponse object as an UPDATE, filling in the field I need with its value and updating the related datasource via updateCaches()
Is there a better way to do it?
Many thanks!
Jean-Pierre
Is it possible to have a ListGrid field be client-side only?
I would like to have a ListGrid be client/server for most fields but have one field be programmatically filled from the client's logic only. (for very frequent & efficient updating without client/server roundtrips)
I am thinking of doing this by creating a DSResponse object as an UPDATE, filling in the field I need with its value and updating the related datasource via updateCaches()
Is there a better way to do it?
Many thanks!
Jean-Pierre
Comment