Announcement

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

    Question about mouse handling in ListGrid

    In ListGrid - is it possible to tell mouse click on the grid's empty space from a click on a grid row or header or filter or any other child component

    #2
    Yes, in several ways. If what you want to check is whether click was on a row, the simplest is to see if getEventRow() returns something other than a negative number.

    Comment


      #3
      Thanks. That is exactly what I want.

      Comment

      Working...
      X