Our blazing fast Grid component built with pure JavaScript


Post by postman »

When i using selectionMode property and summury feature together, throws error

			let grid = new Grid({
				adopt: "container",
				fullRowRefresh: true,
				scrollable: true,
				showRemoveRowInContextMenu: false,
				selectionMode : {  // THIS
					rowCheckboxSelection : true,  
showCheckAll : true }, features: { cellEdit: true, summary : true // AND THIS },

Error is - "TypeError: _0x234634 is undefined"

By the way i tried this in demo views and there this error too.
Help me use this case without error.

Last edited by postman on Wed Jun 10, 2020 12:20 pm, edited 1 time in total.

Post by mats »

Please always include a proper error message with stack trace, + use CODE tags for formatting of it.


Post by postman »

TypeError: "_0x234634 is undefined"
    generateHtml https://127.0.0.1:8000/static/js/grid.module.js:103
    updateSummaries https://127.0.0.1:8000/static/js/grid.module.js:113
    updateSummaries https://127.0.0.1:8000/static/js/grid.module.js:113
    renderRows https://127.0.0.1:8000/static/js/grid.module.js:113
    functionChainRunner https://127.0.0.1:8000/static/js/grid.module.js:22
    _0x3af84a https://127.0.0.1:8000/static/js/grid.module.js:22
    onPaint https://127.0.0.1:8000/static/js/grid.module.js:164
    callback https://127.0.0.1:8000/static/js/grid.module.js:10
    trigger https://127.0.0.1:8000/static/js/grid.module.js:10
    triggerPaint https://127.0.0.1:8000/static/js/grid.module.js:10
    render https://127.0.0.1:8000/static/js/grid.module.js:10
    render https://127.0.0.1:8000/static/js/grid.module.js:10
    render https://127.0.0.1:8000/static/js/grid.module.js:164
    functionChainRunner https://127.0.0.1:8000/static/js/grid.module.js:22
    _0x3af84a https://127.0.0.1:8000/static/js/grid.module.js:22
    finalizeInit https://127.0.0.1:8000/static/js/grid.module.js:10
    finalizeInit https://127.0.0.1:8000/static/js/grid.module.js:155
    construct https://127.0.0.1:8000/static/js/grid.module.js:10
    Base https://127.0.0.1:8000/static/js/grid.module.js:10
    Localizable https://127.0.0.1:8000/static/js/grid.module.js:10
    Events https://127.0.0.1:8000/static/js/grid.module.js:10
    Delayable https://127.0.0.1:8000/static/js/grid.module.js:10
    Widget https://127.0.0.1:8000/static/js/grid.module.js:10
    Container https://127.0.0.1:8000/static/js/grid.module.js:10
    Pluggable https://127.0.0.1:8000/static/js/grid.module.js:22
    State https://127.0.0.1:8000/static/js/grid.module.js:22
    GridElementEvents https://127.0.0.1:8000/static/js/grid.module.js:140
    GridFeatures https://127.0.0.1:8000/static/js/grid.module.js:140
    GridNavigation https://127.0.0.1:8000/static/js/grid.module.js:140
    GridResponsive https://127.0.0.1:8000/static/js/grid.module.js:140
    GridSelection https://127.0.0.1:8000/static/js/grid.module.js:140
    GridState https://127.0.0.1:8000/static/js/grid.module.js:140
    GridSubGrids https://127.0.0.1:8000/static/js/grid.module.js:155
    GridBase https://127.0.0.1:8000/static/js/grid.module.js:155
    Grid https://127.0.0.1:8000/static/js/grid.module.js:164
    setTable https://127.0.0.1:8000/static/employeesapp/js/salary-app.js?rnd=0.4883701948284269:164
    created https://127.0.0.1:8000/static/employeesapp/js/salary-app.js?rnd=0.4883701948284269:329

Post by mats »

Reproduced, we'll get this fixed asap: https://github.com/bryntum/support/issues/907

Thanks for reporting!


Post by postman »

Help me, how i can display custom last row in the grid with custom summaries fields?


Post by mats »

Please start a new thread for your new question.


Locked