Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Field Editable Attribute [Add vs Edit]
06/08/2009
11:57
Avatar
Mike
Guest
Guests

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.

07/08/2009
00:15
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

07/08/2009
14:33
Avatar
Mike
Guest
Guests

Thanks for your help Tony!

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information