Announcement

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

    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')")

    #2
    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.

    Comment


      #3
      We've made fix to SC 13.0+ for this issue that will be in the nightly builds dated 2024-07-27 and beyond.

      Comment


        #4
        I see, it's fixed, thank you very much

        Comment

        Working...
        X