Our blazing fast Grid component built with pure JavaScript


Post by lauragomez »

On bryntum grid, the recommended code to prevent edition on some cells (not complete columns) brokes the keyboard navigation.

I have been able to reproduce it on the cell edit demo adding a code similar to the recommended one on the listeners:

beforeCellEditStart({editorContext}){return editorContext.value!='Moscow';}

I have attached a video to show the behaviour.

Attachments
Screen Recording 2022-06-13 at 17.18.59.mov
(20.64 MiB) Downloaded 41 times

Post by marcio »

Hey Laura,

Thanks for the detailed report. We already have a ticket for fixing this behavior https://github.com/bryntum/support/issues/4755

Best regards,
Márcio


Post Reply