Sir,
I have major difficulties after updating new version.
1.Font is changed new version contains large fonts.
2.Column expanding issue.
3.The auto width property is changed as … ..
old version was good in compare with new though there are new functionalities it doesnt help the existing user.
Please provide me solution.
thank you
3 Answers
To get old classic grid ui, you only need to replace one css file.
change:
<link rel=”stylesheet” type=”text/css” media=”screen” href=”../../lib/js/jqgrid/css/ui.jqgrid.css”></link>
to:
<link rel=”stylesheet” type=”text/css” media=”screen” href=”../../lib/js/jqgrid/css/ui.jqgrid.classic.css”></link>
classic ui css file is ui.jqgrid.classic.css
Your Answer