Forum

November 2nd, 2014
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
cells not 100% width...
03/02/2009
20:11
Avatar
dottedquad
Member
Members
Forum Posts: 12
Member Since:
24/01/2009
sp_UserOfflineSmall Offline

Hello all! below is a link to my grid.  You'll notice the result cells are not stretched 100%. Also, when you resize the columns the cells should follow  My tests were done in Firefox 3.0.5 only as I don't have any other web browser installed  Why is that?  Do I not have the datagrid settings configured correctly?  Any suggestions/help with getting the cells width 100% is greatly appreciated!

http://accountmanage.westernav.....index.html

03/02/2009
20:55
Avatar
dottedquad
Member
Members
Forum Posts: 12
Member Since:
24/01/2009
sp_UserOfflineSmall Offline

I fixed the issue! My column properties:

    colNames:['id', 'Name', 'State'],

    colModel:[
        {name:'id',index:'id', hidden:'true', width:55},
        {name:'cname',index:'cname', width:100},
        {name:'state',index:'state', width:100},
    ],

When I use hidden:'true' the cells do not span all the way.  When I take hidden:'true' out of the colModel it works as expected. Is this a bug or a configuration issue?

_Thanks

03/02/2009
22:42
Avatar
dottedquad
Member
Members
Forum Posts: 12
Member Since:
24/01/2009
sp_UserOfflineSmall Offline

Well, I took a break and went back to my code. It was a user issue(me).  I thought inorder to manipulate the data with the sql id I had to add the column id and hide it. Which is not the case.  As long as I incoorporate the the id database field as the cell id  like so: $responce->rows[$i]['id']=$row[0]; I'll still beable to use the id in future Events.

_Rich

05/02/2009
01:53
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

One additional note

hidden:'true' will never work - instead use

hidden:true

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: 715

Currently Online:
34 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