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
l.p.colModel[...].name is null or not is an object
25/11/2010
01:05
Avatar
jorgecarlos
New Member
Members
Forum Posts: 2
Member Since:
25/11/2010
sp_UserOfflineSmall Offline

Hi, people

when i try do loop with in my grid i receive this error l.p.colModel[...].name is null or not is an object. Its possible what this is error is for my data but i cant see where someone know where i can download jqgrid.js but not minified?

this is my function pls if you see something what i dont send my you comments

thks

function AddItemsToCar()

var grid = $(ID_GRID_DETAILSEXP);

var gridpago = $(ID_GRID_PAY);

var ids = grid.getDataIDs(); 

gridpago.clearGridData(true);

for (var i=0;i<ids.length;i++)

{

var rowid = ids[i];

var row = grid.getRowData(rowid); <== the error is raised here

if ( row && row.selitem == 1)

{

var myrow = new Object();

myrow.Recnum = row.Recnum;

myrow.requestId = row.requestId;

myrow.creation_dt = row.creation_dt;

myrow.agentgrouptext = row.agentgrouptext;

myrow.detailId = row.detailId;

myrow.group = row.group;

myrow.paysuggested_dt = row.paysuggested_dt;

myrow.paydnights = row.paydnights;

myrow.paydamount = row.paydamount;

myrow.paydexchangerate = row.paydexchangerate;

myrow.pay_dt = row.pay_dt;

gridpago.jqGrid(__gMessages.newrow, myrow.Recnum, myrow);

}

$(ID_CAR_SECCION).show(); 

}

25/11/2010
01:13
Avatar
jorgecarlos
New Member
Members
Forum Posts: 2
Member Since:
25/11/2010
sp_UserOfflineSmall Offline

forget it 

i see what is the problem.

Smile

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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