Author Topic: Is there cellBlur event or cellFoucusLost event?  (Read 3203 times)

aniket.kulkarni

  • Newbie
  • *
  • Posts: 22
    • View Profile
Is there cellBlur event or cellFoucusLost event?
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Is there cellBlur event or cellFoucusLost event?
« Reply #1 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
« Last Edit: June 05, 2014, 08:16:49 pm by paramquery »

aniket.kulkarni

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Is there cellBlur event or cellFoucusLost event?
« Reply #2 on: June 06, 2014, 04:27:37 pm »
Thanks.  :)