Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Rebind igDataSource with different URL
posted

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?

Parents
No Data
Reply
  • 1080
    Verified Answer
    Offline posted

    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.

Children