I have a dropdown selected items on my editory.
Items is just a class with public string String
What I need to do is to clear the text that is visible in different situations (after a user has typed "asfde" in the text box).
Also I need to be able to get the text the user has typed (if it's an editor, this should be doable).
What needs to happen?
Hello,
I am glad that you have solved your issue.
If you need any further assistance, feel free to ask.
I mean selecteditem was set to the last item in the list.
Ok, I think I figured this out.
I added a blank to the underlying LIst
and set the grid = to the last item in the list.