Forum


11:33

28/05/2010

<table id="mytable">
<tr>
<th>Id</th>
<th>Name</th>
<th>Age</th>
<th>Reamrk</th>
</tr>
<tbody>
<tr>
<td>1</td>
<td>name1</td>
<td>1</td>
<td>Remark1</td>
</tr>
<tr>
<td>2</td>
<td>name1</td>
<td>1</td>
<td>Remark1</td>
</tr>
</tbody>
<table>
<div id="pager"></div>
<script>
$(function () {
tableToGrid("#mytable", {
autowidth:true,
pager: '#pager',
rowNum: 20,
viewrecords: true,
loadui: true,
rowList: [10,20,50]
});
});
</script>
I get the error message: 'b.jgrid.formatter.integer' Is null or not an object
Is any one help me?
thanks
20:07

21/12/2010

You did not post the rest of your code but your table and JS code work fine. You didn't show how you are linking to the jqgrid code or CSS. Also you have errors in your HTML like <table> instead of </table> and having a <tbody> without a <thead> etc...
Here is my full code.
<html xmlns="http://www.w3.org/1999/xhtml&q.....t;>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Table To Grid Test</title>
<link rel="stylesheet" type="text/css" media="screen" href="js/grid/css/ui-lightness/jquery-ui-1.8.7.custom.css" />
<link rel="stylesheet" type="text/css" media="screen" href="js/grid/css/ui.jqgrid.css" />
<script type="text/javascript" src="jquery/jquery.js"></script>
<script type="text/javascript" src="jqgrid/js/i18n/grid.locale-en.js"></script>
<script type="text/javascript" src="jqgrid/js/jquery.jqGrid.min.js"></script>
<script type="text/javascript" src="jqgrid/js/jquery-ui-1.8.7.custom.min.js"></script>
<script type="text/javascript">
$(function () {
tableToGrid("#mytable", {
autowidth:true,
pager: '#pager',
rowNum: 20,
viewrecords: true,
loadui: true,
rowList: [10,20,50]
});
});
</script>
</head>
<body>
<table id="mytable">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Age</th>
<th>Reamrk</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>name1</td>
<td>1</td>
<td>Remark1</td>
</tr>
<tr>
<td>2</td>
<td>name1</td>
<td>1</td>
<td>Remark1</td>
</tr>
</tbody>
</table>
<div id="pager"></div>
</body>
</html>
Most Users Ever Online: 715
Currently Online:
57 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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66