Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Confirmation message "CanRemoveRecords"

    I have use "setCanRemoveRecords(true)" method in ListGrid. It works fine.

    I want to give confirmation message to user before delete any row.




    Thanks.

    #2
    Either write your own delete field where you add the prompt or use JSNI to override the removeData function.

    Comment


      #3
      I have written my own delete functionality with confirmation message. It works with bound data. But how to delete unbound row (just added new row with listGrid.startEditingNew()).

      Comment


        #4
        Can just call removeSelectedData()

        Comment

        Working...
        X