ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: aniket.kulkarni on June 05, 2014, 03:37:44 pm

Title: Is there cellBlur event or cellFoucusLost event?
Post by: aniket.kulkarni on June 05, 2014, 03:37:44 pm
Hi!

I am doing operations add, update, delete row on grid. I did that.

Problem is when I edit a cell after changing value of cell I need to hit tab key or click on next adjacent cell to save cell value. If I click out of grid or any where else on the page edit mode does not quit, textbox remains as it is.

I have checked few events from API but I don't find any event to solve my problem.

Please tell me,  can I use cellBlur or cellFocusLost event so that I can save the cell value when any of these event occur?
Title: Re: Is there cellBlur event or cellFoucusLost event?
Post by: paramvir on June 05, 2014, 08:12:59 pm
probable duplicate question relevant for older versions. Please refer to this post:

http://paramquery.com/forum/index.php?topic=607.0
Title: Re: Is there cellBlur event or cellFoucusLost event?
Post by: aniket.kulkarni on June 06, 2014, 04:27:37 pm
Thanks.  :)