vellaima Posted February 19, 2003 Posted February 19, 2003 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. Quote
sethindeed Posted February 20, 2003 Posted February 20, 2003 ListView1.view=View.Details ListView1.Columns.Add("Field" HorizontalAlignment.Left) I don't really understand your second question Quote What I don't know keeps me excited...
vellaima Posted February 20, 2003 Author Posted February 20, 2003 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. Quote
*Gurus* divil Posted February 20, 2003 *Gurus* Posted February 20, 2003 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. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.