Issues with boolean columns

Hi
https://snippet.dhtmlx.com/4jokzwhb

  1. Different display for boolean depends on editable column. I want to see readonly checkbox
  2. Edit checkbox by mouse: I get all events - BeforeEditStart, AfterEditStart, AfterEditEnd - It’s OK
  3. Edit checkbox by space: I get only event AfterEditEnd - It isnot OK

I have the similar issue.
For issue 1, you want the readonly checkbox. This can be achieved by ‘return false’ in beforeEditStart event.

I thought about it. But beforeEditStart does not appear by space

Thank you for your report.
The problem is confirmed. We’ll try to find a solution in the future updates.
I’ll inform you here when the fix will be available.

2 Likes

We have fixed your reported problem with the events afterEditEnd/afterEditStart/beforeEditEnd/beforeEditStart triggering for the keyNavigation in the latest dhx.Suite udpate (v8.1.0).
Please, download the latest available dhx.Suite to get this fix.
Thank you for your report.

1 Like