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
Automatic Searching on Many Fields
07/05/2009
02:17
Avatar
dac60x
Member
Members
Forum Posts: 10
Member Since:
26/04/2009
sp_UserOfflineSmall Offline

Hi!

How can I do an automatic searching on searching toolbar when onkeydown event occurs instead of pressing enter key.

I mean, I'd like to do the same that yo do when you Enable Autosearch in Search Big Sets in demo, but in toobar searching.

Thank you in advance.

09/05/2009
09:26
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Currently not supported, but you can attach a keydown event when the search is constructed. Every search field on serch form has a id = sg_ + the name from colModel

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.

11/05/2009
11:23
Avatar
dac60x
Member
Members
Forum Posts: 10
Member Since:
26/04/2009
sp_UserOfflineSmall Offline

Hi Tony,

I don't know what you mean when you post: ...when the search is constructed. Where can I attach a keydown event? Colud you give me an example?.

Thanks!.

13/05/2009
15:29
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I mean after you call the filterGrid. After calling this method you can do

$("sg_myfieldfromcolModel").keydown(function() {

// use triggerSearch to do the job

});

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.

13/05/2009
16:46
Avatar
dac60x
Member
Members
Forum Posts: 10
Member Since:
26/04/2009
sp_UserOfflineSmall Offline

Ok,

It's just what I was looking for. I will try it tomorrow. 

Thank you so much for this amazing plugin and the support.

Regards

Diego

03/06/2009
17:10
Avatar
NSV
Member
Members
Forum Posts: 5
Member Since:
10/01/2009
sp_UserOfflineSmall Offline

I try this on the new Integrated Search Toolbar.
But it doesn't seem to work.

Autosearch option enables search on Enter.

All input have "gs_myfieldfromcolModel" id.
But when i use :
$(”gs_myfieldfromcolModel”).keydown(function() {
    mygrid.triggerToolbar();
});
Notinhg works (i try mygrid[0].toggleToolbar(); but nothing is going on.

What is wrong ?

NSV

04/06/2009
05:23
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Maybe this is the right code:

$(”#gs_myfieldfromcolModel”).keydown(function() {
    mygrid.triggerToolbar();
});

Also in 3.5 there is buill in event to attach this to any editable and serchable element. See the changes

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