Submit button being disabled if no changes are made to the editable grid

Under the grid, display a SAVE button. The button should be disabled by default.
If any changes are made to the grid (i.e. if a row is added, a row is removed, or data entered for a row is changed), the button should be enabled. After the button is clicked, it should become disabled again. Any help will be appreciated.

  Discussion posts and replies are publicly visible

Parents Reply
  • I have a grid which displays the document(can download the doc through documentdownload link),document description,uploaded on,remove columns..

    Attaching a new file link is in the main interface..We can attach the documents row by row...

    I have a seperate expression rule for the rows displaying (all the code for deleting included there)

    Iam able to disable the save first and enable it for the attachment link only...iam unable to do it for the document description,remove columns...Can you plz help me out

Children