Grid/Paging Grid. 1. How to display a Grid in Portal Form(Data should be fe

Grid/Paging Grid.
1. How to display a Grid in Portal Form(Data should be fetch from database). Assume this Grid name as "Available Companies".
2. There is another Grid which is empty. Assume this Grid name as "Selected Companies".
3. Now I want to select the records from "Available Companies" and insert those records to "Selected Company". After inserting the selected records to "Selected Companies" grid, those records should not be available in "Available Companies" grid.

Can any one help me how to do this. Thanks in advance.

OriginalPostID-148564

OriginalPostID-148564

  Discussion posts and replies are publicly visible

Parents
  • Step 1: Assuming you have a CDT of type Companies and you call the data using query rule and save the data in a Variable call all companies,before the UI.
    Step2: call the pv in a paging grid using todatasubet(pv!allcompanies,data!paginginfo)
    Step 3: select the data and click on button select or save
    Step 4 in the output of the UI get the data set of the selected IDs . While returning back use the fifference function and remove the selected set from the all companies variable and show it again. now show the selected set in the Selectec companies paging grid.
Reply
  • Step 1: Assuming you have a CDT of type Companies and you call the data using query rule and save the data in a Variable call all companies,before the UI.
    Step2: call the pv in a paging grid using todatasubet(pv!allcompanies,data!paginginfo)
    Step 3: select the data and click on button select or save
    Step 4 in the output of the UI get the data set of the selected IDs . While returning back use the fifference function and remove the selected set from the all companies variable and show it again. now show the selected set in the Selectec companies paging grid.
Children
No Data