Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
720
How to change the display text on edit mode?
posted

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.

Parents
No Data
Reply
  • 53790
    posted

    Hi,

    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

     

Children
No Data