Our blazing fast Grid component built with pure JavaScript


Post by ashupp »

Hello,

i am using the grid with an action column.
I am using the action column with icons to trigger custom events for detail page, edit, delete etc...

But i also want to disable inline cell editing.

    features: {
      cellEdit: false
    },

But as soon as i disable cellEdit no more click events are fired when clicking items on action column.

Easy to reproduce in demo:
https://www.bryntum.com/examples/grid/columntypes/

  1. Insert Code above
  2. Click on + or - icons in last column
  3. Rating (variable) is not changed

Even when the record rating action is changed to a simple console log - it never gets fired.
I would expect to have the click fired independent of the cellEdit feature enabled or disabled.

Is this an expected behaviour or did i found a bug?

Thanks and best regards, Alex


Post by alex.l »

Hi Alex,

Thanks for the report, confirmed. Yes, this is a bug. Here is a ticket to track the status: https://github.com/bryntum/support/issues/1754

All best,
Alex

All the best,
Alex


Post Reply