Announcement

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

    How to handle mouse click with ctrl press event on record of ListGird?

    Do we have any way to handle the event when user mouse click the record(row) with ctrl key press?

    Currently I met a requirement for this point.... Is there any one know this? Thanks~~

    #2
    Use recordClick but check EventHandler.ctrlKeyDown()

    Comment


      #3
      Originally posted by Isomorphic
      Use recordClick but check EventHandler.ctrlKeyDown()
      Catch it~~~

      thank you very very much!!

      Comment

      Working...
      X