Can't select row in Safari
2.5.3 free trial
Clicking on a row in the grid does nothing, works ok in IE, want to buy the release but this is not a good sign..is there a fix?
dennisp
February 27,
And the selection mode setted is....
"single-cell" , "single-row" , "multi-row" , none , nothing ???
February 27,
I notice if I refresh the page after the initial load it starts working, but I can't ask my users to load the page twice every time.
dennisp
February 27,
Fixed it..if I place the focus on the grid as the last thing on the page it works.
dennisp
February 27,
How do you focus on the grid?
Thanks
Thierry
March 1,
document.getElementById('myGrid').focus();
dennisp
March 2,
it works only after initial loading.
when you loose focus, for any reason, it is impossible to gain focus again.
Thierry
March 3,
Alex (ActiveWidgets)
July 13,