Our blazing fast Grid component built with pure JavaScript


Post by m4qo5 »

Hi. For now, when i'm editing some row in the table, i have to click two times for editing. Please, could you give me a reference to the documentation or other information, which could help me to override this Bryntum Grid CellEdit behavior without modifying source code. Thanks.
Last edited by m4qo5 on Tue Mar 31, 2020 10:03 am, edited 1 time in total.

Post by saki »

Number of clicks is not configurable but there is an autoEdit mode so user can just start to type in the selected cell. To turn autoEdit on:
    features : {
        cellEdit : {
            autoEdit : true
        },
        // ...
    },

Post by m4qo5 »

Thank you for fast response!

Post by saki »

I have created a feature request to make the trigger event configurable: https://github.com/bryntum/support/issues/496

Post by m4qo5 »

Thank you! It would help a lot!

Post Reply