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?
Hello @D Neo
That functionality is not supported OOTB, so you should use an API for that.
Cheers,GM
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.
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.