Hi,
Is there a way to add records at a given point in a data-bound ListGrid? I have an operation where the user clicks something, and I want to insert a row into what is otherwise a read-only ListGrid, without triggering another trip to the server to refresh the entire viewport. (I can't just use a client-only DS, as I need the virtual pagination functionality).
Any help appreciated.
Thanks
Is there a way to add records at a given point in a data-bound ListGrid? I have an operation where the user clicks something, and I want to insert a row into what is otherwise a read-only ListGrid, without triggering another trip to the server to refresh the entire viewport. (I can't just use a client-only DS, as I need the virtual pagination functionality).
Any help appreciated.
Thanks
Comment