ParamQuery grid support forum
General Category => Help for ParamQuery Select => Topic started by: dinoc on October 23, 2015, 03:28:06 pm
-
Hi,
I have a multiple select pqSelect element with checkboxes which fires a query after each checkbox is selected. This is using the 'change' event. The problem I have is that the query is fired every time a checbox is checked/unchecked. What I would like is that user makes all their selections and then clicks off the element which fires the query just once for all items selected. I'm trying to use the blur event for this but can't seem to make it fire. Is the blur event (or something equivalent) supported, or is there another way I can achieve what I want?
Thanks
-
Hi there. I just wondered, if there will be an answer to this question. Right now, i am trying to solve exactly the same task. I tried it in several (jquery-standard) ways, but didn't find a solution. Is there a way to hook onto the blur-event? Thanks in advance, Harry.