OlegKi / jqGrid-plugins

some plugins or extensions to jqGrid
36 stars 15 forks source link

setColwidth doesn't work correctly #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi Oleg, I tried both of your proposed setColwidth solutions from the http://stackoverflow.com/questions/20012365/how-to-adjust-the-column-width-of-jqgrid-after-the-data-is-loaded/20030652#20030652 article. The plugin version in my 4.6.0 grid 'oversizes' all columns, the more columns you have, the wider each column gets. setcolwidth1

The internal version of jqGrid 4.8.0beta sizes the columns correctly, but leaves my two header rows with groupings unchanged: setcolwidth2

Any suggestions?

Thanks, Thomas

OlegKi commented 9 years ago

Hi Thomas, could you post the link to the demo (or to two demos) which you tried. I have to know jqGrid options and the options of setColWidth, which you use. To solve the problem I have to debug the code.

Best regards Oleg

ghost commented 9 years ago

Is it OK if I call you or send a private email because it's not yet public content and I don't want to post the link here?

OlegKi commented 9 years ago

No problem! If you have problems to reproduce the problem on test demo, then you can send me any information via e-mail: oleg.kiriljuk@ok-soft-gmbh.com. It seems you are from Germany. So you can write in German language of cause or you can call me +49 228 9156831.

OlegKi commented 9 years ago

I tried to reproduce the problem on the demo, but everything work OK. I found a bug in free jqGrid and have fix it. You can with the latest version of free jqGrid.