Announcement
Collapse
No announcement yet.
X
-
We've made fix to SC 13.0+ for this issue that will be in the nightly builds dated 2024-07-27 and beyond.
Leave a comment:
-
We see this issue, which likely relates to our "passthrough" logic for functions not explicitly implemented on all ListGrid and GridRenderer classes, and are investigating.Last edited by Isomorphic; 19 Jul 2024, 01:25.
Leave a comment:
-
rowOver observe works on grid body
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:
Code:isc.observe(dsListGrid, "rowOver", "isc.logEcho('record')")
Code:isc.observe(dsListGrid_body, "rowOver", "isc.logEcho('record')")
Tags: None
Leave a comment: