Problem with dynamically loading items into grid and tree

Problem is that when parameters are used in url, loading of items will fail because question mark is added twice which causes parameters to work incorrectly. Check and fix all cases where you add parameters into url. If question mark exists, ampersand must be used instead.

This can be reproduced here. Just add any parameter into url. That causes url to be like this: lazyload?x=1?from=0&limit=30&responseType=text.

I apologize for the delay with the reply.

Thank you for your report. The problem is confirmerd. We’ll try to fix it in the future updates.

We have fixed that problem in the latest dhtmlxSuite update.
Since the 7.0 version reqeusts sould send correctly. You can test it in your original snippet:
https://snippet.dhtmlx.com/kcar7n1v

1 Like