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
Search + ComboBox + Is Null
07/11/2011
17:03
Avatar
dluis
Member
Members
Forum Posts: 19
Member Since:
09/11/2010
sp_UserOfflineSmall Offline

I'm having a problem with Search with ComboBox.

If I try to search with equal it makes the search ok, but if I search Is Null and then I go to Equal(or another), the "Data" field in Json will always be empty after I make a Is Null or Not Is Null search.

07/11/2011
17:54
Avatar
dluis
Member
Members
Forum Posts: 19
Member Since:
09/11/2010
sp_UserOfflineSmall Offline

It is a easy fix to the code.

Line 6166 jquery.jqgrid.src.js:

ruleOperatorSelect.bind('change',function() {

rule.op = $(ruleOperatorSelect).val();

trpar = $(this).parents("tr:first");

var rd = $(".input-elm",trpar)[0];

if (rule.op === "nu" || rule.op === "nn") { // disable for operator "is null" and "is not null"

rule.data = "";

if(rd.tagName.toUpperCase() != 'SELECT') rd.value = "";

rd.setAttribute("readonly", "true");

rd.setAttribute("disabled", "true");

} else {  

 if(rd.tagName.toUpperCase() == 'SELECT') rule.data = rd.value;

rd.removeAttribute("readonly");

rd.removeAttribute("disabled");

}
that.onchange();  // signals that the filter has changed

});

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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