MaTeMaTuK/pcf-universal-gantt-chart

Custom Fetch for Subgrid

radeknovak opened this issue · 1 comments

Hi @MaTeMaTuK
We are solving following case now:
We dynamically change Fetch for subgrid data using custom filtering.

var gridContext = formContext.getControl("GanttProjSubgrid");
gridContext.setFilterXml(fetchXML);
gridContext.refresh();

In this situation component doesn't render Gantt.
Is there a way to use custom Fetch for Subgrid Gantt?