Hi, I am using the True Scrolling Rows feature of the 3.6 release. The problem I am encountering is:
My grid definition is:myGrid = $(“#lstListItems”).jqGrid({
scroll: 1,
url:'{% url ajax-lists-grid-items %}?list_id={{ list.id }}',
datatype: 'json',
height: 440,
width: 500,
colNames:['{% trans “Key” %}', '{% trans “Name” %}],
colModel :[
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top