Hello,
I want to have nested Outsystems DataGrids, even if some javascript is needed. It should be possible to expand/hide the nested Grid. Is it possible? Can you show an example .oml file?
Thanks.
Best regards, Alain Cuvillier
Hi @Alain Cuvillier,
We don't support that feature by default on the OutSystems Data Grid.
I think you could probably achieve that, with a lot of custom Javascript and overrides, as well as additional scripts from wijmo, that are not included on our component, but would be something rather complex to implement.
Check the wijmo documentation (I believe this is your use-case), for some direction on how to achieve that.
Best regards,
Bernardo Cardoso
I do not think you can perform any wijmo Master-Detail grid operations currently due to the fact that the AdvancedDataGrid is not distributing the required wijmo library for that functionality.
You can perform something similar via Tree Grids. The easiest way to implement this is to put the AdvancedDataGrid in the false condition an If widget such that it loads the needed wijmo libraries and performs the wijmo license registration. The wijmo purejs examples work with AdvancedDataGrid's wijmo distribution, however the object namespaces need to be changed from wijmo's flat namespace to refer to the object from outsystems hierarchically wijmo namespace.