Help Please

vellaima

Centurion
Joined
Jan 29, 2003
Messages
109
Can anyone please help me as to how to make only one column in List View Editable. Is it possible to do validation for particular column when it loses focus. A Sample code will help me a lot.

Please do help me out.
 
Thanks for responding to my query. Once the focus is lost after editing a column in ListView i would like to do validation to check whether he has entered valid data.
 
There is an event you can use, AfterLabelEdit I think it's called. From there, you can cancel if the entered data is not valid.
 
Back
Top