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.
If you're getting an exception here, it means your data and grid set up is bad. You have no columns defined or autogenerated most likely. If you define a column (or even row selectors behavior), this should go away.
regards,
David
I'm trying to resolve an issue that's occuring in the IGContainerGrid.createSizingRow method.
In that method, on the following line:
if (tdElem.style.width.length > 0)
The style property off of tdElem is undefined.
I need more information how to use my own version of igWebHierarchicalDataGrid.js.
How, exactly, do I "override the function on the prototype while allowing the grid to load its scripts".
Please provide detailed instructions.
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.
David Young