Welcome Guest, Not a member yet? Register   Sign In
jqGrid and CI
#11

[eluser]kikz4life[/eluser]
hi internut.

I am also trying to integrate the jqGrid to CI. previously im using flexigrid and now im trying to work with jqgrid but somehow im stuck. could you post your model here. It would be a great for all of us whose struggling in working with jqgrid.

also i used in my website jquery 1.2.6 but in jqgrid 1.3.2 and now im upgrading my jquery but when i apply the 1.3.2 with jqGrid i encounter an error it says the "E is null". I track the problem using firebug and its in the jquery 1.3.2. Did anyone encounter same situation?

Quote:jQuery('#listFlex').jqGrid
(
{

title: '<?=lang("role_title")?>',
url: root + mod + '/sec_role',
//blockOpacity: 0,
mtype: 'POST',
dataType: 'json',
colNames:['role_code','role_description'],
colModel : [
{name : 'role_code', width : 100, align : 'left', editable:true, editoptions:{size:25}, sortable:true}
,{name : 'role_desc', width : 200, align : 'left', editable:true, editoptions:{size:25}, sortable:true}

],
rowNum:10,
rowList:[10,20,30],
pager: jQuery('#pager2'),
sortname: 'role_code',
viewrecords: true,
sortorder: "desc",
caption:"User Role List" }).navGrid('#pager2',{edit:false,add:false,del:false
}
);

Quote:<table id="listFlex" class="scroll" cellpadding="0" cellspacing="0"></table>
<div id="pager2" class="scroll" style="text-align:center;"></div>


Messages In This Thread
jqGrid and CI - by El Forum - 09-23-2008, 04:06 AM
jqGrid and CI - by El Forum - 04-04-2009, 06:58 AM
jqGrid and CI - by El Forum - 06-23-2009, 12:25 PM
jqGrid and CI - by El Forum - 06-25-2009, 04:23 PM
jqGrid and CI - by El Forum - 08-08-2009, 01:06 PM
jqGrid and CI - by El Forum - 08-08-2009, 10:25 PM
jqGrid and CI - by El Forum - 08-08-2009, 11:08 PM
jqGrid and CI - by El Forum - 08-11-2009, 05:43 AM
jqGrid and CI - by El Forum - 08-11-2009, 05:46 AM
jqGrid and CI - by El Forum - 09-24-2009, 06:59 PM
jqGrid and CI - by El Forum - 10-19-2009, 02:42 AM
jqGrid and CI - by El Forum - 12-22-2009, 09:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB