‎2019 Apr 26 2:50 PM
Hi,
I have one screen of split container type and it has two row. First row has grid view and 2nd row has tree view. I have a requirement when i click a button from top container 'Show grid view' then bottom container should be changed to grid view.
I have created grid class but not able to understand how to replace tree view by grid view in existing container.
Any help will be appreciated.
‎2019 Apr 26 3:22 PM
One option would be to have 2 subcreens for the 2nd row, and to assign grid or tree depending on the action that was selected.
‎2019 Apr 29 9:08 AM
This screen is of split container type. I am not sure if can create sub screen for split container.