Combination of multi dropdown and editable grid

Certified Lead Developer

Hi guys,

I have the requirement where I need to have two components multi dropdown and an editable grid,

In the multiple drowndown component the user will select the value based on that the number of rows need to be populated in the grid. Where when the user deselect the value in dropdown the corresponding row in the grid need to deleted or not to shown to user.

  Discussion posts and replies are publicly visible

Parents
  • Hello,

    Are you facing any issues? It should be easily possible
    Steps
    1) In load - get the dataset for the editable grid
    2) Inside a with - capture the selected values(identifiers of the data set ) that the user selects
    3) Use the selected Identifiers in step 2 and filter the data set for the selected rows.
    4) Display the editable grid based on the rows in the data set.

    Hope this helps.
Reply
  • Hello,

    Are you facing any issues? It should be easily possible
    Steps
    1) In load - get the dataset for the editable grid
    2) Inside a with - capture the selected values(identifiers of the data set ) that the user selects
    3) Use the selected Identifiers in step 2 and filter the data set for the selected rows.
    4) Display the editable grid based on the rows in the data set.

    Hope this helps.
Children
No Data