Is there any way to search & highlight a particular keyword from Tree without hampering the existing structure already shown in the Tree?
This is helpful while handling large data in the table and possible in Windchill.
Also, is cell text wrapping possible in any of the Tree table widgets?
Could do it with state based formatting I think.
Remember you can generate a separate column of information to drive the state based formatting
Thank you Pai for the response.
State based formatting may not work in my case where a part structure is involved and I want to look for a particular part without hampering the current tree view. Like if we can utilize the built-in 'Search' field in Tree Grid Advanced.
Understandable, I wasn't sure how dynamic this had to be, but in my mind I was thinking you would generate an extra column with a number and based on perhaps a parameter, it will evaluate the items in the infotable and add a 1 2 3 based on the information present.
then rendered in the tree based on 0-5 it will have different formatting, you could use this to do grouping within a group, highlight the use of the same part in different tree nodes etc.