Set selected grid rows to wait for confirmation.
Hi Alex,
I want to be able to highlight the selected rows using a different colour while I wait for confirmation from the server that the rows have been selected on the server. This needs to support single click, control click and shift click. The server request needs to support the rows selected and unselected by the operation.
Should the response from the server timeout, the "pending" rows need to revert to their previous state (selected or unselected).
If confirmation is received from the server the "pending" rows need to be properly selected / unselected.
If the server confirmation returns the dbIDs (non-index) values, what is the most efficient way to complete the selection or unselection?
Currently the GRID data is being loaded via XML.
Many thanks
I want to be able to highlight the selected rows using a different colour while I wait for confirmation from the server that the rows have been selected on the server. This needs to support single click, control click and shift click. The server request needs to support the rows selected and unselected by the operation.
Should the response from the server timeout, the "pending" rows need to revert to their previous state (selected or unselected).
If confirmation is received from the server the "pending" rows need to be properly selected / unselected.
If the server confirmation returns the dbIDs (non-index) values, what is the most efficient way to complete the selection or unselection?
Currently the GRID data is being loaded via XML.
Many thanks
Matt
August 22,