TIWAdvWebGrid doesn't accept Async orders?

hi,.

i'm trying to do :
TIWAdvWebGrid1.Cells[2, TIWAdvWebGrid1.ActiveRow]:=IWDBLookupCombobox1.KeyValue;
and it doesn't do anything.

i try that from IWButton1AsyncClick, and from IWGradButton1Click(which i guess is almost the same)

can't the TIWAdvWebGrid accept orders that came from Asyncevents of other components?
thanks

Hi,


Please make sure to call "TIWAdvWebGrid1.AsyncUpdateAllCells;" on the IWAdvWebGrid after updating cell values asynchronously.

thank you Bart !