OnAsyncEditStart event in a TIWDBAdvWebGrid

Hello
I try o use OnAsyncEditStart event in a TIWDBAdvWebGrid.
But I missing the event if I start to make some changes in a column.
If I use OnAsyncEditDone (If I leave a filed) it works fine.
AsyncActiveRowMove = true
AsyncEdit = true
AsyncPaging = true
MouseSelect = msEdit

Thank you for your help

Rolf

Hi,


The OnAsyncEditStart event is currently not compatible with using MouseSelect = msEdit.
We'll have to investigate if this functionality can be added in a future version.

Can you please try using the OnAsyncEdit event instead?
Hello
OnAsyncEdit event works.
I've to check on which way I'll be able to set the correct position for the row indicator.