15
Views
3
Comments
Solved
[OutSystems Data Grid Web] Load datagrid using local variable without using api
outsystems-data-grid-web
Web icon
Forge asset by OutSystems
Application Type
Traditional Web
Service Studio Version
11.55.33 (Build 64295)

I would like to populate my datagrid without having to call the rest api. Is it possible to populate the datagrid using an aggregate or local variable that i have created?

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @D Neo 

That functionality is not supported OOTB, so you should use an API for that.

Cheers,
GM

2025-07-22 10-30-27
Mandar Deshpande

Yes, it is possible to populate the datagrid using an aggregate or local variable.

You can make use of DataGridSetData client action to set the data.


UserImage.jpg
D Neo

Can you please guide me through how this can be done in traditional web? How will this affect updating of values inside the datagrid that im currently doing using the send dirty row action.

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @D Neo 

That functionality is not supported OOTB, so you should use an API for that.

Cheers,
GM

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