Our blazing fast Grid component built with pure JavaScript


Post by Stormseeker »

This might be the same as this viewtopic.php?f=43&t=14380 but my configuration is a bit different so I figured I would make a new post.

Issue seems to be with finalizeCellEdit + triggerEvent = cellclick.

To replicate, go to the cellEdit demo and change:

cellEdit : true,

to:

cellEdit : { triggerEvent: 'cellclick' },

Then click to edit the Start Date cell, change the value, then click on another cell in the Start Date column. That's when I get the onEditorComplete error.

Hopefully that makes sense.

Thanks,
Tim


Post by Maxim Gorkovsky »

Hello.
Reproduced, I opened ticket here: https://github.com/bryntum/support/issues/1268
Thank you for report.


Post by Stormseeker »

I noticed this got rolled into the 4.0_alpha Grid release. Is there a timeline for that final release and/or is there a possibility that this would get back ported into a 3.x grid version?

Thanks,
Tim


Post by mats »

There might be one more patch release on 3.x (with a few critical bugs) but then we move to 4.x so it's unlikely this will be in 3.x branch. 4.0 GA should be ready in 3-4 weeks.


Post Reply