DHTMLXTreeGrid Make search

How do I use makeSearch method to highlight the the row which has particular value in a specific column? Can I have an example as how I use this method makeSearch?

you can use

grid.makeSearch(html_input, column_index);

it will convert target html_input to search box, any text typed in that box will trigger search agains column - column_index and highlight first matched row