3.2.0

AW 2.5 - click on grid does not select on IE7

just downloaded activewidgets-2.5.0-trial.zip and have been playing with it. we have about 8 instances of the grid in our application (some editable, some need sorting, etc etc).

so far so good, except there is one instance of the grid on IE 7 that it has problem. when i click on a cell, nothing happens - no highlight. double click does not start edit. the grid was set with

awGrid.setCellEditable(true);
awGrid.setSelectionMode("single-cell")

it works fine on firefox. i am going to go through line by line to see how this grid is different from our other ones, but just want to see if there is anything obvious ? or anyone has encountered similar behaviour?
mango
November 29,
Most likely this is related to focus handling. Check that there is nothing preventing the grid to receive focus and that you are not intercepting onactivate/onbeforeactivate events.
Alex (ActiveWidgets)
December 4,

This topic is archived.

See also:


Back to support forum