ParamQuery grid support forum
General Category => Help for ParamQuery Select => Topic started by: shailesh.sakare on July 02, 2015, 04:43:20 pm
-
Hi,
I came across pqselect find it interesting, was juggling around it.
so came across question .
How can I get the deleted Item from Select list in pqSelect?
means how can I catch the Item delete event if I want which item is deleted ?
Regards,
Shailesh.
-
you can listen to change event of original select list and compare the current val() with previous val(). you might not be able to access previous val() in change event, so previous val() could be stored in a variable.