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
425
Override AJAX scripts
posted

Hi,

I'd like to make a modification to igWebHierarchicalDataGrid.js.

Is it possible to override the embedded script and use my own version?

Thanks.

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi naspence,

    You can set EnableEmbeddedJavaScript to false on the control.  Then the WHDG will not automatically send down its scripts.  So you'd need to have the scripts for the grid and the framework.  Alternatively, you could try to override the function on the prototype while allowing the grid to load its scripts.

    Lastly, I'm just wondering exactly what you're trying to override?  Perhaps it could be a feature request?  I'd love to hear about it.

    regards,

    David Young

Children