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?