SmartClient Version: SNAPSHOT_v13.1d_2024-07-10/AllModules Development Only (built 2024-07-10)
Hello, I've just noticed that if I try to observe the rowOver method on a grid, ie:
the action is never called. It's called if I use:
Hello, I've just noticed that if I try to observe the rowOver method on a grid, ie:
Code:
isc.observe(dsListGrid, "rowOver", "isc.logEcho('record')")
Code:
isc.observe(dsListGrid_body, "rowOver", "isc.logEcho('record')")
Comment