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_Related Related Topics sp_TopicIcon
prmNames: {id: "another_id"}, why he doesn't use the primary key of colModel instead
15/12/2010
12:21
Avatar
immobilia
France
Member
Members
Forum Posts: 10
Member Since:
26/10/2010
sp_UserOfflineSmall Offline

See topic in help : No New ID : add method afterSubmit new_id with json datatype

Summary, afterSubmit in add method and returning new id with : return [success,message,new_id]

The grid don't use the primary key, she use the defaut prmNames: {id: "id"} instead of colModel using "key: true".

23/12/2010
21:01
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

How can grid know if this is the Primary Key?

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.

23/12/2010
21:23
Avatar
immobilia
France
Member
Members
Forum Posts: 10
Member Since:
26/10/2010
sp_UserOfflineSmall Offline

Hi Tony,

Define colModel is need by the grid.

And in the column model, one or none can be defined as primary key.

If grid check all columns, she can know if a primary key is defined. No ?

If the grid does not check the primary key on columns, we need to define the primary key and also the id parameter in the grid (duplicate)...

       prmNames: {id: "pack_id"},
       colModel:[            
                    {name:'pack_id', index:'pack_id', width:15, align:"center",
                        hidden:false,
                        key: true
                    },

26/12/2010
14:23
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Yes this is partial true, ther is diffrence on this

1. prmNames: {id: "pack_id"} with this we define the name of the id which will be posted to the server when we perform CRUD Operations.

2. colModel:[  { name :"some", key:true...} ] - this defines which column should act as id for the grid data.

I hope you make the difference.

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

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
31 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