Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_Related Related Topics sp_TopicIcon
setFrozenColumns
12/01/2012
06:32
Avatar
slykiwi
Australia
Member
Members
Forum Posts: 10
Member Since:
15/09/2011
sp_UserOfflineSmall Offline

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.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
27 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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information