Posted 4 January 2022, 9:27 am EST
Hello,
I have a problem with edit value in flexgrid cells. When i double click and set value flexgrid lost focuse.
The colums is dynamiclly added and removed, value in cell is fill on event formatItem -
line: 159
 
else if (e.col > 2 && krzywa.hasOwnProperty("wartosci")) {
            const wartosc = krzywa.wartosci.moc[e.col - 3];
            if (wartosc !== undefined) {
               e.cell.textContent = wartosc
                  .toFixed(2)
                  .replace(".", ",")
                  .replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1 ");
            }
         }
Source:
[zip filename=“flexGridApp.zip”]https://gccontent.blob.core.windows.net/forum-uploads/file-c1a45c40-cbb1-432e-8eb4-926ae9830e62.zip[/zip,
Thank you in advance for your help.
Regards.
