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_Related Related Topics sp_TopicIcon
Horizontal Scroll when Shrinktofit and RowNumbers set to True
26/07/2010
20:18
Avatar
aaron
San Diego
New Member
Members
Forum Posts: 2
Member Since:
26/07/2010
sp_UserOfflineSmall Offline

The width of my grid is 848px. The sum of the column widths is only 570px. When I set ShrinkToFit and rownumbers to True with a width of 30px there is a horizontal scrollbar on the grid but it only scrolls for about 3 px. When I turn rownumbers off, there is no horizontal scrollbar. It doesn't look like Shrinktofit is taking the rownumbers column into account properly. The properties are set as follows:

jQuery("#searchResultsTable").jqGrid({
        scroll: 0,
        url: 'searchresults.aspx?query=yes&search=' + search,
        datatype: "xml",
        height: 'auto',
        width: 848,
        colNames: ['Transformer ID', 'Max KWH', 'Start Date', 'End Date', 'Load Rating', 'Percent Loaded'],
        colModel: [{ name: 'TransformerId', index: 'TransformerId', width:90 }, { name: 'KWH', index: 'KWH', width: 70 }, { name: 'Start', index: 'Start', width: 120 }, { name: 'End', index: 'End', width: 120 }, { name: 'Rating', index: 'Rating', width: 80 }, { name: 'Percent', index: 'Percent', width: 90,formatter:'number'}],
        rowNum: 10,
        mtype: "GET",
        rownumbers: true,
        rownumWidth: 30,
        shrinkToFit: true,
        gridview: false,
        pager: '#searchResultsTablePager',
        sortname: 'TransformerId',
        viewrecords: true,
        sortorder: "asc",
        caption: "Transformer Loading Information Overview"
        }
    });

Just wanted to point that out. I'm not sure if I'm doing something stupid or not.

26/07/2010
20:48
Avatar
aaron
San Diego
New Member
Members
Forum Posts: 2
Member Since:
26/07/2010
sp_UserOfflineSmall Offline

Found the issue while trying to fix something else that I thought was a bug. Apparently JQGrid does not appreciate having the css "border-collapse: collapse" on tables. If you're having weird display issues make sure that your table is set to "border-collapse:seprate"

03/08/2010
11:06
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Thanks for letting us know about this.

Kind 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