Restrict Move when Editing

I have a TTIWDBAdvWebGrid with Mouse Select set to msMove. When editing a row - initiated using a ctDataButton column - how do I prevent the user clicking on a different row? The row being edited remains in edit mode but the database cursor now points to another record - which is disastrous if the user clicks Post.

Hi,


I'm assuming you have AsyncUpdateActiveRow and AsyncEdit set to True.
Note that it is currently unfortunately not supported to set MouseSelect to msMove when both these functions are enabled.

Please consider using one of these workarounds:
- Set AsyncActiveRowMove or AsyncEdit to False
- Set MouseSelect to msRow

We'll have to investigate if support for this scenario can be added in a future version of the TIWDBAdvWebGrid.