Hi all programmers
I have a problem when adding new column (10th column) to my grid. I have added the colNames and colModel for the grid. It appears expected in the browser, the new column was successfully added.
But…
When I tried to fill the row, using json from an url, the data showed on the grid up to the 9th column only. The 10th column is left blank.
I have tried all possible code combination that I can think of. I getting frustrated by this

This is my code for the grid
jQuery(“#detFlex1”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top