I am working with a TMS AdvTreeview.

I am working with a TMS AdvTreeview.
I am using the InPlaceEditor to enter/change a string.
This code:
ANode.Node.Text[AColumn];
is showing empty.
How do I get the string when I leave the editor?

Thanks...Dan'l

Comments

  1. Have you asked in the TMS support forums?

    ReplyDelete
  2. I did. This is the reply.

    You can retrieve the string from the editor in the OnCloseInplaceEditor
    event.
    Additionally you can use the OnUpdateNode to determine if the new content of
    the node can be updated or not.

    I ended using AfterUpdateNode. I can test for a difference between the old value and the new value.

    ReplyDelete

Post a Comment