69
Views
2
Comments
Solved
[OutSystems Data Grid] Is it possible to nest Outsystems DataGrids
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.53.38 (Build 61903)

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

2022-01-13 11-39-41
Bernardo Cardoso
Staff
Solution

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


2017-10-31 16-30-21
erik berg

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.