Show Grid As Static Height In JqGrid..? -
i have grid contain 25 records, in page size property set 10 records per page , have 3 pages in final page displays 5 rows, here want show 10 rows. (first 5 records next 5 empty rows) please me.thanks in advance
your question not full clear because don't posted javascript code use. typically 1 use either
rownum: 10, height: "auto"
or
rownum: 10, height: 230, // 23px row scrolloffset: 0
Comments
Post a Comment