I use an igGrid together with a ig.DataSource component.
The datasource component requests the data over a json URL remote from a server. (ajax)
When I try to change the URL during runtime and rebind the data to the grid,
I can see, that the request URL did not change.
How can I do that use case?
Hello,
Thank you for posting in our community.
What I can suggest is to take a look at the following forum posts:
If you still have issues in order to be able to investigate them I would need a small isolated sample, reproducing the behavior you are experiencing. Please remove any external dependencies and code that is not directly related to this issue and attach the zipped sample in this case.
Having a working sample on my side, which I can debug, will help me investigate this further and find the root cause of this behavior.
Looking forward to hearing from you.
Hello
thanks for your really quick support.
I assume that I did things too complicated. I used a datasource for querying the data from the server. As I have seen in the recommended posts, this is not necessary. After remove the datasource stuff, the rebind of the data works properly.
I am glad that you have resolved your issue.
Thank you for using Infragistics components.