Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • claudiobosticco
    replied
    I see, it's fixed, thank you very much

    Leave a comment:


  • Isomorphic
    replied
    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:


  • Isomorphic
    replied
    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:


  • claudiobosticco
    started a topic rowOver observe works on grid body

    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')")
    the action is never called. It's called if I use:

    Code:
    isc.observe(dsListGrid_body, "rowOver", "isc.logEcho('record')")
Working...
X