Author Topic: Double click event  (Read 2229 times)

luckduck

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 46
    • View Profile
Double click event
« on: December 28, 2020, 10:00:29 am »
Hi team,

When selectionModel type: "row", can the rowDblClick or cellDblClick events be used?


Below is the link of the jsfiddle:

https://jsfiddle.net/w8v7hzem/

Thank you.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Double click event
« Reply #1 on: December 29, 2020, 09:11:03 am »
yes they are supposed to work and can be used.

In your jsfiddle, problem is caused by checkbox column, not the row selection. I'm looking into the (checkbox & dblclick events ) issue.

luckduck

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: Double click event
« Reply #2 on: December 29, 2020, 11:16:40 am »
Thank you for your reply.

1. Click the checkbox in the header to select all rows (including checkboxes).
2. If you click the checkbox in the header after deselecting one of the checkboxes, all rows are selected, but the unchecked checkboxes are not checked.

You can refer to the same jsfiddle.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Double click event
« Reply #3 on: December 31, 2020, 05:03:19 pm »
This screenshot issue has been already reported and it's fixed in v7.6.0