Our blazing fast Grid component built with pure JavaScript


Post by henrikbackman »

Is there something equivalent of crudManager in Scheduler but for Grid?

Post by johan.isaksson »

Hi,

Not really. CrudManagers main purpose is to simplify handling multiple stores , and for Grid there is out of the box only a single store. So we have not really considered it. What is your usecase?
Best regards,
Johan Isaksson

Post by henrikbackman »

We want to be able to on demand load the content of the grid and when for example a search has been performed be able to reload the data. And since we're already using the crudManager in our scheduler view I thought it would be quick and easy to reuse.

Is there any other way of doing it?

Post by johan.isaksson »

I guess you should be able to use an AjaxStore? It loads remote data similary to CrudManager.

I will raise the question internally if we should test/ship CrudManager with Grid also
Best regards,
Johan Isaksson

Post by johan.isaksson »

Have discussed it and we see no reason to not allow it in Grid. Have added a ticket on it, but cannot make any promises about when it will be implemented: https://app.assembla.com/spaces/bryntum/tickets/7662
Best regards,
Johan Isaksson

Post Reply