.MouseMove() support?
Looks like AW does not dispatch .MouseMove() at the control or cell levels ...
this code does nothing for me:
Did I miss something?
Thanks,
this code does nothing for me:
oGrid.onControlMouseMove = function (event){...};
oGrid.onCellMouseMove = function(event, col, row){...};
Did I miss something?
Thanks,
Thierry Nivelet (FoxInCloud)
December 17,