i am using a jqgrid in my asp.net mvc 3 application. I noticed that changing the width does not work when u use the jqGrid as partialview?
jQuery("#targetGrid").setGridWidth(width);
it works fine as a non partialview though?
|
i am using a jqgrid in my asp.net mvc 3 application. I noticed that changing the width does not work when u use the jqGrid as partialview?
it works fine as a non partialview though? |
|||
|
|
Okay there could be three solutions i would like to tell you and i'm not sure about any of those. I can't test them now(not at work). First add width to your jqgrid parameters. check this documentation. This has a plenty of options for setting width or rows, columns and others. Search for width, you will get plenty of options. Second you can specify the table width where you are binding the data. Third you can make changes in ui.jqGrid.css and specify the width from there itself. |
|||
|
|