This is a migrated thread and some comments may be shown as answers.

"User typing into cell"- event

0 Answers 24 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anne Lyon
Top achievements
Rank 1
Anne Lyon asked on 03 Oct 2012, 08:33 AM
I need to catch a simple event in my gridView, that is when the user starts to type a value into a cell. I want to catch this so that I can simply enable a toolbar Save button which enables user to save to the database. This button should be disabled if the user has not made any changes yet, but the enabling of the Save button cannot be dependent on the user to change the cell focus before wanting to save.

But so far I have found events triggered when the cell enters edit mode (but the user has not changed any cell value yet) or event triggered when the user has finished editing and leaves the cell. But none for when the user is in the cell and is changing the value.
How do I do this? 

thanks!

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Anne Lyon
Top achievements
Rank 1
Share this question
or