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
jqGrid 3.6.3
07/02/2010
18:15
Avatar
admin
Admin
Members
Forum Posts: 66
Member Since:
05/05/2007
sp_UserOfflineSmall Offline

Today we have released jqGrid 3.6.3 - mainly this is bug fix release of our 3.6 release, but still we have added a lot of new features, which we think they will be very useful. We are of course still considering features for our next release, so you can still submit feature requests and bug reports in the forum associated with this blog post. For a complete list of fixes and additions in 3.6.3, please visit the following link in the WIKI

Kind Regards
jqGrid Team.

07/02/2010
20:04
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

Hi!

The contain of js/i18n folder of 3.6.3, downloaded from http://www.trirand.com/blog/?page_id=6, are uncompressed files. The same folder of 3.6.2 release had files compressed with YUI Compressor.

Best regards

Oleg

08/02/2010
19:35
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Thanks. Fixed.

Best 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.

09/02/2010
12:49
Avatar
postb99
Belgium
Member
Members
Forum Posts: 8
Member Since:
09/02/2010
sp_UserOfflineSmall Offline

Hello,

Sorry for not testing before asking. I'm interested to know whether we still have duplicate tr ids when two jqGrid sit on the same page with this version of jqGrid.

Has this fix proposal been integrated yet ?

http://www.trirand.com/blog/?p.....mment-7472

I read latest uncompressed code on github but could not see what the value was.

Regards,

Barbara

10/02/2010
14:44
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Sorry this is not implemented yet, but I see that this have a great sense and will update the code.

Best 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.

12/02/2010
04:48
Avatar
mdutra
Member
Members
Forum Posts: 3
Member Since:
31/01/2010
sp_UserOfflineSmall Offline

I tried to copy this version of jqgrid into my current implementation but I now get a specific error. In Chrome I get "Uncaught TypeError: Cannot read property 'length' of undefined" and in IE I get
URI: http://yesteryears/Scripts/jqu.....min.jsCode: 0Char: 92Line: 29Message: 'length' is null or not an object

Is there some incompatibility between the this version and 3.6.2?

12/02/2010
10:05
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Thanks. This is a bug in a new introduced function getAccessor.

We will publish a fixed 3.6.4 this Sunday.

See here.

http://github.com/tonytomov/jq.....92c9326fa6

Best 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.

12/02/2010
10:54
Avatar
softcore
Kostroma, Russia
Member
Members
Forum Posts: 17
Member Since:
28/07/2008
sp_UserOfflineSmall Offline

After installing 3.6.3 I have some problems with selects in the Search bar. I use surl to populate selects. Here is my piece of code:

      {name:'ate', index:'ate', width:90, edittype:'select', stype:'select', editoptions: {dataUrl:"ate.php"}, surl: "ate.php", editable:true, editrules:{edithidden:true}},
      {name:'typeou', index:'typeou', width:90, edittype:'select', stype:'select', editoptions: {dataUrl:"typeou.php"}, surl: "typeou.php", editable:false},

In 3.6.2 everything is OK.

12/02/2010
12:14
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

What is exactley the problem?

And in wich method, filterGrid or filterToolbar?

Best 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.

12/02/2010
18:22
Avatar
softcore
Kostroma, Russia
Member
Members
Forum Posts: 17
Member Since:
28/07/2008
sp_UserOfflineSmall Offline

I am using filterToolbar. Please look at the screenshots below and feel the difference! The first 2 selects are populated via surl, the last 2 are hardcoded.

3.6.2

[Image Can Not Be Found]

3.6.3

[Image Can Not Be Found]

As you can see, selects populated via surl are missing in 3.6.3

I use default parameters of filterToolbar. Just like this:

lgrid.filterToolbar();

12/02/2010
18:34
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

In FireBug do you see the request made to the server?

This is very strange, since nothing is changed here.

Also try to replace surl with serachoptions:{dataUrl:typeou.php}

Best 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.

12/02/2010
20:42
Avatar
softcore
Kostroma, Russia
Member
Members
Forum Posts: 17
Member Since:
28/07/2008
sp_UserOfflineSmall Offline

Yes, it seems strange for me too, Tony!

I can see successful GET requests in FireBug in both versions, but I can't see 2 selects in 3.6.3. Even if I replace surl with serachoptions:{dataUrl:typeou.php} – nothig changes.

But if I restore back to version 3.6.2 everything works again.

The same thing is in all browsers.

If this issue intresting to you – I sent you URL of my example

13/02/2010
10:53
Avatar
irangame
Iran, Markazi
Member
Members
Forum Posts: 5
Member Since:
10/01/2010
sp_UserOfflineSmall Offline

Hi there,

I test the new realease(3.6.3) of jgGrid with jQuery 1.4.1 and jQuery-UI 1.7.2.

I found a problem, When use above version of jQuery, The dialog box in jqGrid can not be MOVE(not movable).and position of any dialog box in jqGrid was FIXED(for example, Search box, Edit box, ...).

Do you have any Idea about this problem ?

-Mojtaba Ebrahimi-

13/02/2010
13:55
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

The problem is fixed in GitHub. Soon we will publish new fix.

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.

17/02/2010
20:32
Avatar
heathermlr
New Member
Members
Forum Posts: 1
Member Since:
17/02/2010
sp_UserOfflineSmall Offline

I have an issue with a multiselect: true and multiboxonly: true grid where the multiboxonly does not seem to function.  Users are able to cause row selection from anywhere on the row.  When selecting this way, all other checked boxes become unchecked.

This issue was also reported by Pavel for an earlier version of the plugin.

Is there a resolution in the works, or a known work-around?

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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