Announcement

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

    Rollovercanvas on disabled row

    Ist there a way to show the rollovercanvas also on disabled rows?

    I have a rollovercanvas which activates/deactivates users, and for these users the row should be disabled. But than I can't activete them anymore since the rollover doesn't work anymore.

    #2
    No, by "disabled" the framework really means non-interactive.

    What you might want to do is not set the row to disabled, but instead replicate the aspects of the "disabled" state that actually apply to Records in this state. For example, you can disable selection (see listGrid.recordCanSelectProperty), alter styling (via getCellCSSText() or getBaseStyle() for example) and modify your event handlers to ignore clicks on that Record.

    Comment


      #3
      Ok, thx for your information.

      I'll do it like that :)

      Comment

      Working...
      X