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
IE 11 crashing when second record add in jqGrid
12/02/2014
14:36
Avatar
fayaza
New Member
Members
Forum Posts: 1
Member Since:
12/02/2014
sp_UserOfflineSmall Offline

I am using jqGrid 3.8.2 and I created an editable base  jqgrid (popup) to store attendee information. The issue is that when i add the information for the second time and focus the cursor on the first textfield IE hangs up and give me error "Internet Explorer has stopped working".

This issue is occuring only in IE 11

IE Stop workingImage Enlarger

There are no server side errors on page, on event binding for this textbox this appears every time and adding the attendee for the 2nd time. Here is the source code:

jQuery("#field27").jqGrid({
       url:'tempattendees.php?Field_ID=1426',
    editurl:'tempattendeesedit.php',
    datatype: "json",
       colNames:['ID', 'First Name', 'Last Name', 'Job Title', 'Company', 'Email', 'Phone', 'f'],
       colModel:[
        {name:'AddressBook_ID',index:'AddressBook_ID',editable:true, hidden: true},
        {name:'FirstName',index:'FirstName',editable:true,editrules:{required:true}},
        {name:'LastName',index:'LastName',editable:true,editrules:{required:true}},
        {name:'Job_Title',index:'Job_Title',editable:true},
        {name:'Company',index:'Company',editable:true},
        {name:'Email',index:'Email',editable:true,editrules:{required:true}},
        {name:'Phone',index:'Phone',editable:true},
        {name:'Field_ID',index:'Field_ID',hidden: true, editable: true, editrules: { edithidden: false }, editoptions: { defaultValue:'1426'}, hidedlg: true}
       ],    
    jsonReader : { id: "AddressBook_ID"},    
    width:600,
    height:100,
       rowNum:50,
       rowList:[15,30,50],
       pager: '#field27pager',
       sortname: 'FirstName',
    viewrecords: true,
    sortorder: "desc",
    caption:"Customer/Partner Attendees",     
    gridComplete: function() { $("#_empty","#field27").addClass("nodrag nodrop"); jQuery("#field27").tableDnDUpdate(); }     
});

jQuery("#field27").jqGrid('navGrid','#field27pager',{edit:true,add:true,del:true});

// Resizing
jQuery("#field27").jqGrid('gridResize',{minWidth:350,maxWidth:800,minHeight:80, maxHeight:350});
    });

 


Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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