Hi,
I bind the listview item with a list of custom objects
each object override the "toString" method to be display in a specific format.
When i use "BeginEdit" method, i would like to parse the text and replace the text in edit mode
is it possible?
Thank you.
I`m not sure that I understand your scenario, but you could parse and replace the text of the item in edit mode if you are using
ultraListView1_ItemEnteringEditMode() event and e.Item.Value.
Please let me know if you think that I misuderstood your question.
Regards