Forum
11:57
Hi All,
I apologize in advance if there is already functionality for the following issue my developer has brought to my attention.
We have many tables where the user enters a unique key when inserting a new record. This key field is not to be changed after it has been inserted. Therefore when the user clicks on a row to edit, we need the key fields to be locked for editing. The key fields should only be editable when adding a new record.
How can we handle this situation with the current grid functionality?
If it cannot be done, I'm requesting the ability to toggle a column as editable/uneditable for “Add” AND “Edit”. Right now it seems we are limited to make the field editable on both Add and Edit instead of either/or.
Thanks for any help or guidance in this situation.
00:15
Moderators
30/10/2007
Hello,
You can use the beforeShowForm event which should be diffrent for the diffrent actions. Let suppose that the field has a name mykey, then in editGridRow beforeShowForm event
beforeShowForm : function(formid) {
jQuery(”#mykey”,formid).attr(”readonly”,true);
}
in add mode in beforeShowForm
beforeShowForm : function(formid) {
jQuery(”#mykey”,formid).removeAttr(”readonly”);
}
Hope this helps
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
103 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