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
jqGrid Issue - editgridrow with scroll bars
01/04/2011
19:32
Avatar
mbv401920150
Heredia - Costa Rica
Member
Members
Forum Posts: 3
Member Since:
01/04/2011
sp_UserOfflineSmall Offline

Hi everyone!

I have a little problem with an implementation of the jqGrid in my Web Page.

In a grid a have a lot of columns (10+), and when I want set all these columns to edit and display the edit form, don't display me all.

I want to know if exist a way to set in the edit form an option to set the vertical and horizontal scrollbars.

Here is the example of the issue:

[Image Can Not Be Found]

Here is the link of the image:

https://picasaweb.google.com/100470218423753226450/Apps#5590653711397752274

Thanks a lot for your response!

02/04/2011
01:04
Avatar
mbv401920150
Heredia - Costa Rica
Member
Members
Forum Posts: 3
Member Since:
01/04/2011
sp_UserOfflineSmall Offline

Searching I found the solution of this kind of issues.

Here is the same page, but, with the correct layout:

https://picasaweb.google.com/100470218423753226450/Apps#5590737287949556610

And here is the old code:

jQuery("#grid").navGrid("#pager",
        { edit: false, add: false, del: false, refresh: false, search: false }, // Options
        {height: 280, width: 650, jqModal: false, closeOnEscape: true }, // Edit options
        {height: 280, width: 650, jqModal: false, closeOnEscape: true }, // Add options
        {}, // Delete options
        {}, // Search options
        {} // View options
    );

Now, this is the code to correct the problem:

jQuery("#grid").navGrid("#pager",
        { edit: false, add: false, del: false, refresh: false, search: false }, // Options
        {dataheight: 200, height: 290, width: 650, jqModal: false, closeOnEscape: true }, // Edit options
        {dataheight: 200, height: 290, width: 650, jqModal: false, closeOnEscape: true }, // Add options
        {}, // Delete options
        {}, // Search options
        {} // View options
    );

Exist a property inside the jqgrid that specify the height for the editing controls. It's simple 😉

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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