This is my code.
.ui-jqgrid .ui-jqgrid-bdiv {
position: relative;
margin: 0em;
padding:0;
overflow: auto;
text-align:left;
}
But scroll bar is not shown in my page. Can any one help, Thanks in advance...
This is my code.
.ui-jqgrid .ui-jqgrid-bdiv {
position: relative;
margin: 0em;
padding:0;
overflow: auto;
text-align:left;
}
But scroll bar is not shown in my page. Can any one help, Thanks in advance...
The version 4.1.1 is almost 6 years old. The version is dead since many years. It's not compatible to jQuery 3.2.1 and to current versions of web browsers. For example, the answer describes problems in jqGrid in versions less as 4.3.3 in Chrome 19 and higher.
I strictly recommend you to upgrade to the current version (4.14.0) of free jqGrid and the problem should be solved.