Forum

July 12th, 2025
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Header and cells missalignment
04/12/2009
15:55
Avatar
mchojrin
Member
Members
Forum Posts: 11
Member Since:
04/12/2009
sp_UserOfflineSmall Offline

Hi:

  I'm having a problem with the alignment of the header and the cells in the grid.

  This is the code I'm using to create the grid:

$("#projects_requiring_feature_list").jqGrid({

                datatype: "local",

               /* height: 'auto',

                //autowidth: true,

                width: 649,

                shrinkToFit: true,*/

                shrinkToFit: false,

                autowidth: true,

                height: 'auto',                            

                colModel:[                    

                    {name:'project', sortable: false, label: 'Project', width: 150},

                    {name:'alpha', sortable: false, label: 'Alpha'},

                    {name:'beta', sortable: false, label: 'Beta'},

                    {name:'final_d', sortable: false, label: 'Final'},

                    {name:'ship', sortable: false, label: 'Ship'},

                    {name:'street', sortable: false, label: 'Street'}

                ],                

                caption: "Projects that require this feature"

            });


            mydata = [

                            {project:'Project 1', alpha: '12/22/1977', beta: '12/22/1977', final_d: '12/22/1977', ship: '12/22/1977', street: '12/22/1977' },

                            {project:'Project 2', alpha: '12/22/1977', beta: '12/22/1977', final_d: '12/22/1977', ship: '12/22/1977', street: '12/22/1977' },

                            {project:'Project 3', alpha: '12/22/1977', beta: '12/22/1977', final_d: '12/22/1977', ship: '12/22/1977', street: '12/22/1977' }

                     ];


            for(i=0;i<=mydata.length;i++)

                $("#projects_requiring_feature_list").addRowData(i+1,mydata[i]);

I don't fully understand how the autowidth and shrinkToFit options work... thanks!

05/12/2009
15:37
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

I think that they are described very well here:

http://www.trirand.com/jqgridw.....ki:options

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

Currently Online:
39 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information