Forum
Topic RSS
09:46
12/06/2009
OfflineHi,
I use the cell editing (with jqGrid 3.5.2) and I need to disable or remove an input element (checkbox) depending on the context of each row.
I use the callback afterInsertRow() to do that:
To disable the checkbox:
$("#gridid tr[id='"+rowid+"'] > td:eq(6) > input").attr("disabled",true);
To remove the checkbox:
$("#gridid tr[id='"+rowid+"'] > td:eq(6)").html("");
The problem is that jqGrid is "too" smart because it restores the checkbox and activates it when I click on the row.
Is it possible to keep the input element in the state set by afterInsertRow with the API (without modifying the code in grid.celledit.js) ?
Thanks for your advice.
~~~
Eric
Most Users Ever Online: 994
Currently Online:
16 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66
Log In
Home