Hi,
I am using d3.js chart to display statistics graphically and jqxgrid to display the data. When the page loads, request is sent to the server to fetch database values. At first the chart is populated and later the grid. On page load/reload this works fine. D3.js chart has a ‘brush’ instance using which we can select a particular portion of the chart. In doing so, the request same request response process takes place as that of page load/reload. But the following error occurs :
Error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.
Jqxgrid code is written as per the documentation. Thanks in advance.