@Rajeshpatil74 wrote:
With GOJS tree view, I need to provide the search functionality. Whenever user types something for search, the search text appearing in various nodes needs to be highlighted.
From fourm & API , understands that with GOJS it is not possible to support html text for TextBlock.
I guess, expected functionality can be achieved by -
making binding of array of text with help of converter ( The converter splits the text in multiple values depending on search)I would like to know to which template/object that can be binded.
Can you provide me template/object of GOJS where array of text can be binded and it gets displayed in single row.
Posts: 3
Participants: 2