Hello,
We have a grid that shows virtual objects, which we are getting over api, this detail is placed in a custom page also for a virtual object.
We have to show a list of history for each row in the grid on link click as a popup modal box(also the history detail is virtual).
Like
1 comments
18:53 Mar 12, 2019
Hello ayman,
General properties and behavior of modal windows are specified in the ModalBox and ModalBoxSchemaModulemodules of the NUI package.
In your specific case you should take a look on "LookupUtilitiesV2" schema. The modal window for selecting data from lookups is called in this schema.
So to achieve the task you should understand how the "LookupUtilitiesV2" works and create something similar.
Best regards,
Alex
Show all comments