Our blazing fast Grid component built with pure JavaScript


Post by zhenchai »

I have looked on the Example of the Bryntum Grid with ExtJS Modern https://www.bryntum.com/examples/grid/extjsmodern/, as inside the folder /Bryntum/GridPanel.js on line 123 applyStore

So is there any possibility apply the Ajax Store from Ext JS https://docs.sencha.com/extjs/7.4.0/modern/Ext.data.proxy.Ajax.html for Bryntum Grid AjaxStore

Since on this post have mentioned viewtopic.php?p=92100#p92100

When using our grid, you should use our store.

If there have anybody know about it and share it with me will be appreciated very much
Thank you :D


Post by mats »

So is there any possibility apply the Ajax Store from Ext JS https://docs.sencha.com/extjs/7.4.0/modern/Ext.data.proxy.Ajax.html for Bryntum Grid AjaxStore

You cannot mix technologies I'm afraid. If you can explain a bit further what is your goal and why you cannot just use our AjaxStore, we can try to help.


Post by zhenchai »

Hi Mats,

Thank you for your reply,

If you can explain a bit further what is your goal and why you cannot just use our AjaxStore, we can try to help.

My team wanted to use the Ext JS as a frontend framework and plugin with Bryntum Grid, because Ext JS didn't have the filter date time component for grid. Before this we are using the Ext JS version 4.3 but now going to update it to Ext JS version 7.4 modern toolkits.

To implement the pagination toolbar which using the Bryntum Grid, it needs to use the AjaxStore to get the details of the pageParams, and your Bryntum Grid didn't support normal store with pagination toolbar.

As your Bryntum Grid didn't have much documentation regarding implement Bryntum Grid to Ext JS but just only few blogs was shared by Bryntum Community forum

So I wanted to know is there have any possibility to integrate the Bryntum Grid with Ext JS version 7.4 modern toolkit with the AjaxStore instead of you example https://www.bryntum.com/examples/grid/extjsmodern/ load the static store


Post by Animal »

The Grid's PagingToolbar currently pages through an AjaxStore. You could refactor it (or could request a new feature from us) to access sequential blocks of records from a fully loaded store as "pages".

WRT embedding a grid in Ext Modern, it's the same as embedding a Scheduler. A Scheduler isa Grid.

https://www.bryntum.com/examples/scheduler/extjsmodern/


Post by zhenchai »

Hi Animal, Thanks for your reply.

You could refactor it (or could request a new feature from us) to access sequential blocks of records from a fully loaded store as "pages".

If possible, I would like to request it as new features.

Thanks :D


Post by Animal »


Post Reply