When fire onXLE with enableDistributedParsing

When setting enableDistributedParsing(true), attachEvent(“onXLE”) will fire when the first batch of results are loaded to the grid.

But, in my case is fired when all the grid is rendered, just before OnDistributedEnd.

I using 3.6 version of DHTMLX.

Unfortunately the onXLE event firing not after the rendering of the first portion of data.
onXLE event is firing right after all the data is loaded to the grid, while the OnDistributedEnd event occurs when all the data is rendered in the grid.