Our pure JavaScript Scheduler component


Post by sergey.maltsev »

Hi, jmeire!

Please always create new topic per each question.

Try configure ResourceStore with parentIdParamName
https://www.bryntum.com/docs/grid/#Core/data/AjaxStore#config-parentIdParamName
    this.resourceStore = new ResourceStore({
      parentIdParamName : 'guid',
      ...
    });

Post by jmeire »

Okay thank you!
Will create a new topic for future questions.

Post Reply