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
support inside of
28/06/2011
14:29
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

(Sorry the title of the topic was saved wrong and it could not be modified. It should be "support of <optgroup> inside of <select>")

Hello Tony,

I answerd recently one question on the stackoverflow which described small fixes in jqGrid which will allow to support <optgroup> together with <option> elements inside of <selects>. After the changes inline editing will support grouping in the selects:

Image Enlarger

and

Image Enlarger

The corresponding demos are here: single select demo, multiple select demo.

I hope the feature will be interesting for other who use jqGrid.

Best regards
Oleg 

29/06/2011
11:55
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Oleg,

Thanks. Will look at this at end of week.

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.

30/06/2011
13:51
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

Thank you Tony!

I have seen that in my first topic I forget to include the most importan information - the link to my answer on the satckoverflow where I described my suggestion how to fix the described problem. I'm sorry. You can find the link here.

Best regards
Oleg 

08/07/2011
11:47
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

Hello Tony,

I want just remind you about the problem and some other proplems reported in the last time:

Some from there are really simple other more complex, but all there seems still exist.

So if you will find the time for it please look at the bug reports.

One more small suggestion: it would be very nice if the bug fixes from the github code will be published more frequently as a new minor jqGrid release. For example it would be nice to see jqGrid 4.1.2 in the next time. Thank you.

Best regards
Oleg

06/08/2011
18:06
Avatar
OlegK
Germany
Member
Members
Forum Posts: 1255
Member Since:
10/08/2009
sp_UserOfflineSmall Offline

Hello Tony,

please don't forget about the fixing of the problems described above. The initial topic described here contains not only suddestion how to support <optgroup> together with <option> elements inside of <selects> but additionally described a bug in standard <selects> in case of the usage both multiple: true and dataUrl options. In the case the line 67 of the grid.inlinedit.js should be changed from

if(cm[i].edittype == "select" && cm[i].editoptions.multiple===true && $.browser.msie) {

to somethinh like

if(cm[i].edittype === "select" && typeof(cm[i].editoptions)!=="undefined" && cm[i].editoptions.multiple===true && typeof(cm[i].editoptions.dataUrl)==="undefined" && $.browser.msie) {

so that the next line

$(elc).width($(elc).width());

will be not executed. Currently the width of the select will be set before the data will be loaded from the dataUrl and after the loading the data can't be seen.

Recently I answerd on another question where the user had the problem.

Tony please fix at least the problem.

Another changes described in the answer are also prity simple and consists in removing of ">" in constructions like "select>option:selected". So there are clear and should have no side effects.

Best regards
Oleg 

14/08/2011
12:37
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Look here:

/blog/?page_id=393/bugs/small-incompatibilities-to-jquery-ui-theme/#p24262

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