ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
Enable save changes button after check the checkbox without changing any rowdata
« previous
next »
Print
Pages: [
1
]
Author
Topic: Enable save changes button after check the checkbox without changing any rowdata (Read 483 times)
pattarsuresh
Pro Enterprise
Newbie
Posts: 1
Enable save changes button after check the checkbox without changing any rowdata
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6406
Re: Enable save changes button after check the checkbox without changing any rowdata
«
Reply #1 on:
June 26, 2025, 10:42:30 pm »
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 );
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
Enable save changes button after check the checkbox without changing any rowdata