Our blazing fast Grid component built with pure JavaScript


Post by neetu@ciirus.com »

Hi Guys

Still my problem is not resolved

grid.module.js:10 Uncaught TypeError: Cannot delete property 'fixed' of #<MouseEvent>
    at HTMLDivElement.o (grid.module.js:10:183255)
o @ grid.module.js:10
2grid.module.js:10 Uncaught TypeError: Cannot delete property 'fixed' of #<KeyboardEvent>
    at HTMLBodyElement.o (grid.module.js:10:183255)

what wrong I am doing please tell
I am just importing like

import { StringHelper, Grid, AjaxStore, Combo, DateHelper, TextField, AjaxHelper } from '/bgrid/grid.module.js';

and giving reference of css in my layout view


Post by marcio »

Hey neetu,

I'm sorry that you're still facing that issue.

Without a test case, it isn't easy to reproduce and assist you with this. If you could assemble a CodePen or something similar, as it's described here https://www.bryntum.com/forum/viewtopic.php?f=1&t=772

If you could reproduce on one of or demos, os customize one of them to match your environment and them provide some instructions to reproduce that, it would be helpful as well.

Best regards,
Márcio


Post Reply