Hello everyone,
I have a problem in trimming the values of the nodes in the WebTree control. What I want to do is when the length of a string in a node surpasses a certain value (lets say 10), I want to display only the first 10 characters of that string.
Has anyone tried this before?
C.
Try using a derived tree, like this (probably not the most efficient way, but hey):-