Tree panel onDataRequest call back issue

Hi,

  1. I have a tree panel in which I want child nodes on demand.
  2. In the webix document section I found this method onDataRequest.
  3. When I configured this method in my code, there are continuous calls to the server.
  4. I have looked over this issue in the forum section dated January 2014, and there it was said that this issue will be fixed in the next version, but issue still exist.
  5. Also I have tried the temporary fix provided, but that also didn’t work.

Please Help me out, I am still stuck in this issue

Hi bankur,

The issue has been fixed. At the same time you need to provide the data in the handler function as

{ parent: id, data:array }

Please, check the related snippet from the topic you mention: http://webix.com/snippet/df14e382

Thanks for the reply Helga. The issue is fixed. Thanks a lot.