ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: pattarsuresh on June 24, 2025, 05:01:49 pm
-
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
-
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.
$( selector of save button ).button("option", "disabled", false );