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
More than one Key column
30/10/2008
07:46
Avatar
shibaji
Member
Members
Forum Posts: 14
Member Since:
18/10/2008
sp_UserOfflineSmall Offline

If I set a key:true for a column then the post data name is hard coded id not the name of the column.

Moreover if I want to set more than one column as key column then How can I do that?This is required if the table has more than one primary key.

The script is written below

<script src="./../js/min/grid.base-min.js" type="text/javascript"></script><script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#unitgrid").jqGrid({
url: './interfaceengine.xmlcreator?interface_id=griddemo&part_id=unitgrid',
datatype: "xml",
colNames:[ ' ROLE ID ' ,'ROLE TITLE'],
colModel:[
{name:'role_id',index:'role_id',width:105,key:false, hidden:true, editable:true,edittype:"text",editoptions: {size:30}},
{name:'title',index:'title',width:255,key:true, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},],
rowNum:6,
rowList:[2,6,12,15],
pager: jQuery('#pagered'),
imgpath: './../themes/basic/images',
sortname: 'id',
viewrecords: true,
sortorder:"desc",
caption:"GRID",editurl:"./interfaceengine.DBGridEditServlet?interface_id=griddemo&part_id=unitgrid"
});
jQuery("#unitgrid").navGrid('#pagered',
{}, //options
{height:280,reloadAfterSubmit:false }, // edit options
{height:280,reloadAfterSubmit:true}, // add options
{reloadAfterSubmit:true}, // del options
{ } // search options
);
});</script>

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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