Lost Focus Event not Called

Hi I have been facing a problem for quite a while.I have written my code on the currentCellControlLostFocus event of your Syncfusion grid .Now if I am writing something in the cell and I click on the some other cell in the grid the event fires well and the code is executed.But if I have changed some thing in the cell and instead of clicking some other cell in the grid I click some button outside the grid then in that case the code written on the currentcellLostFocus event does nt get executed. How can I tackle the problem in which the user changes something in the cell and clicks some button control outside the grid.I hope I am able to make you understand the problem.Any inputs on that . Regards Lokesh

1 Reply

AD Administrator Syncfusion Team July 27, 2004 05:10 AM UTC

Try using the grid.Leave event to catch the action of clicking outside the grid.

Loader.
Up arrow icon