Skip to main content
November 8, 2023
Question

provide "Add new Row" facility in editable grid for end users

  • November 8, 2023
  • 2 replies
  • 0 views

I am building a editable grid in an interface. I want to give ability to the user so he can add new row to the grid. When he clicks on the new row button  a new row appears and after filling that row, it should be added to the record type and the grid type.

    2 replies

    sriramk5349
    November 8, 2023

    Hi [mention:995c759ada07435883c8572879d4840b:e9ed411860ed4f2ba0265705b8793d05],

    Please go through the link here - editable grid recipie. You can do necessary changes in that code so that it can be useful for your requirement

    November 8, 2023

    Thank you