jquery - Column data disappear on row selection in Jqgrid -


My Jqgrid looks like below. When I select a special line my image column data disappears. When I click on the second line, the previous line of data is visible again. Tell me how to fix it. Before clicking: Enter image details here

After Click: Enter image details here

line After clicking on, images made before Actions and names disappear. When I click on the second row, these images appear again just before clicking. My colmodel is followed:

 $ ("# list_alter") .jqGrid ({Data type: function (gridata) {Bid alertsgriddata (gridata);}, colNames: [' , '', 'E-mail address',' agency ',' status', '', '', 'input type = "checkbox" id = "cbox" onclick = checkbox (event) /> '', 'Verb'], colomodel: [{name: 'accepted flag' index: 'accepted flag', width: 25, align: 'left', resizable: incorrect, formattor: checkstats flag}, {name : 'User_id', index: 'User_id', align: 'left', hidden: correct, resizable: incorrect, key: true}, {name: 'checkbaox', editable: correct, index: 'check_boxes', width: 25, align: 'Left', resizable: incorrect, editablepe: 'checkbox', formatoptions: {disabled: false}, editoptions: {value: "right: wrong"}, formatter: checkboxFormatter, sortable: false}, {name: 'name' Index: 'name', width: 150, align: 'left', resizable: false, formatter: fontColorFormat}, {name: 'email', index: 'email', width: 150, align: 'left' Re-sable: wrong}, {name: 'agency', index: 'edge Align: 'left', resizable: {name: 'blocked', index: 'blocked', width: 25, align}, {name: 'position', index: 'position', 'position' Width: 70, Align: 'Left': 'Left', resizeable: false, formatter: checkStatus, sortable: false}, {name: 'actions', sortable: false, edittype: 'select', width: 90, aligned Do: 'left', sortable: false, formatter: function (cellavel, options, line object) {return "left id = action_" + line object [1] + "class = 'a ction' & gt; Div style = 'float: left; Margin-left: 2px; Margin-right: 5px '& gt; A class = 'ui-icon ui-icon-check' href = # '+ rowObject [0] + "title =' approved '' & gt; & lt; / a & gt; & lt; / div & gt; & lt ; Div style = 'float: left; margin-left: 2px; margin-right: 5px' & gt; & lt; one square = 'Ui-icon ui-icon-pencil' href = # "+ rowObject [0] + "Title = 'edit'> gt; & lt; / a & gt; & lt; / div & gt; & lt; div style = 'float: left;' & Gt; & lt; a class = 'ui-icon ui-icon-closethick' onclick = \ "Confirm Return ('Are you sure you want to delete this record?'); \ "Title = 'Delete' href = # '+ rowObject [0] +" & gt; & Lt; / A & gt; & Lt; / Div & gt; & Lt; Div class = 'clear' & gt; & Lt; / Div & gt; & Lt; / Page> dropdown pager: jQuery ('# pager_elter'), pgbuttons: True, viewrecords: true, pagerpos: right ', record:' left ', shrinkage: fotl, sort order: "ACC", sort name: "user_id", load text: "loading", width: 755, hover: falls , Grid full: function () {});  

please tell me what I am doing?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -