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
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
Have you asked in the TMS support forums?
ReplyDeleteI did. This is the reply.
ReplyDeleteYou 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.