Ajax DataGrid Support Product Page

Sortable columns not working in Chrome

Asked 28 Jul 2013 17:23:35
2
have this question
28 Jul 2013 17:23:35 james oppenheim posted:
Sortable are not working for me in chrome. I don't get the little arrow at the top of the column to show ascending/desc, and nothing happens when I click on the column header. The same code does work in IE9.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="Styles/dmxGrid/dmxgrid/dmxgrid.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/flexigrid.pack.js"></script>
</head>

<body>
<div class="dmxgrid">
<script type="text/javascript" language="javascript">
<!--
$(function(){$('#dmx_grid2').flexigrid({
url: "ajax_servers/dmx_grid2.php",
dataType: "json",
rpOptions: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50],
colModel: [{
display: "id",
name: "id",
width: 100,
sortable: true,
align: "left",
hide: false
}]
});});
//-->
</script>
<table id="dmx_grid2"><tr><td></td></tr></table>
</div>
</body>
</html>

Replies

Replied 29 Jul 2013 07:59:19
29 Jul 2013 07:59:19 Miroslav Zografski replied:
Hello James,

What is the data type of that column? And can you pass me a link to that page?
Regards.
Replied 17 Aug 2018 14:15:01
17 Aug 2018 14:15:01 Joe Holt replied:
I have the same issue with the grid in Chrome. Sorting by column headers works great in Firefox and Edge, but doesn't work at all in Chrome. I have cleared cache and even re-installed.

Reply to this topic