Forum



06:32

15/09/2011

Hi,
Am am new to this and jquery so please forgive me if this is a basic question! I am trying to use the new "setFrozenColumns" method in my grid. I have downloaded ans installed version 4.3 and cant figure out how it works. I use ajax to load data into my grid, including the column model etc. Here is my code (all works perfectly except the freeze):
<script type="text/javascript">
$(document).ready(function () {
$.ajax({
type: "GET",
url: "xxxxxxxxxx",
dataType: "json",
success: function(result){
var colD = result.pfcTills,
colM = result.colModelList;
<!--- BEGIN: Build Grid --->
$("#dataGrid").jqGrid({
datatype: 'local',
data: colD.rootVar,
gridview: true,
colModel :colM,
height: "100%",
width: 1000,
shrinkToFit: false,
caption:"PFC TILLS MONTHLY SUMMARY",
sortable: true,
rowNum: 100
});
<!--- END: Build Grid --->
},
error: function(x, e){ alert(x.readyState + " "+ x.status +" "+ e.msg); }
});
});
</script>
I have also <cfset tmp2.frozen = true> in my colModelList. Where in my code should this go:
jQuery("#dataGrid").jqGrid('setFrozenColumns');
And while we are at it, how do i colour a selected row?
Any help greatly appreciated. I need to sort this to show the boss man before we purchase it.
Thanks.
Most Users Ever Online: 715
Currently Online:
59 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