Skip to main content
sunilc0004
June 1, 2022
Solved

Editable grid

  • June 1, 2022
  • 6 replies
  • 0 views

Hello Community,

I want to find that how to add a confirmation message before reset the data in editable grid.

    Best answer by stefanhelzle0001

    When you use a button to reset the data, you can use its parameters to define a confirmation dialog.

    6 replies

    stefanhelzle0001
    Brainy
    June 1, 2022

    When you use a button to reset the data, you can use its parameters to define a confirmation dialog.

    sunilc0004
    June 1, 2022

    I want use in dynamic link of editable grid.

    harshj0001
    June 1, 2022

    Can you elaborate more about your problem.

    sunilc0004
    June 1, 2022

    I have create an editable grid in which I use the dynamic link to remove the row in this I used submit link for the confirmation message, Now if I am using required parameter in all the field so when I add more than one row so in this row I leave one column blank than it will not remove data from the row.

    So told me that how I remove the row using the dynamic link. 

    stefanhelzle0001
    Brainy
    June 1, 2022

    I think this will not work that way. Could you implement a two-click solution?

    Have a delete link, which then shows another set of links to approve or cancel the deletion? You could do all of this inside the grid cell. And even use icons.