Author Topic: Enable save changes button after check the checkbox without changing any rowdata  (Read 481 times)

pattarsuresh

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 1
    • View Profile
Hi Team

I want to enable save changes button without changing any row data I mean after check the checbox in the grid then the save changes button should enable. please help me needful.

Thanks
Srinivasarao p

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6406
    • View Profile
Though it doesn't make sense why would you do that.

you can enable save button by getting DOM reference to it and calling disabled false.

Code: [Select]
$( selector of save button ).button("option", "disabled", false );