Author Topic: How to bind mouse up event on cell to get row and cell information  (Read 2274 times)

dagarwal

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 19
    • View Profile
I need some information of cell and row like colIndx , rowIndx  on mouseup on a cell.


How can i bind this event on a cell to get these information on mouseup?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Re: How to bind mouse up event on cell to get row and cell information
« Reply #1 on: January 01, 2017, 09:23:58 pm »
There is no inbuilt mouseup event, it can be obtained by using event delegation.

http://jsfiddle.net/d9vbmxys/