I am using an example provided by Peter.
http://www.jqwidgets.com/jquery-widgets-demo/demos/php/serverfiltering_paging_and_sorting.htm?arctic
On my app, when I perform a filter query (php) and return two records. They are displayed but the grid fills the rest of rows with blank cells.
How do I render only the two rows?
$("#tcaevents").jqxGrid(
{
theme: theme,
width: 800,
height: 500,
source: tc_edataAdapter,
editable: true,
showfilterrow: true,
filterable: true,
altrows: true,
sortable: true,
selectionmode: 'singlecell',
editmode: 'dblclick',
virtualmode: true,
rendergridrows: function(obj)
{
return obj.data;
},
columns: [...