Search code examples
extjs4

In Ext js how to highlight text in grid if it matches searching criteria


I have one grid and text box. I want to highlight values in grid which matches with value in text field.

For example, in firefox, if you press cntrl + F4, you will see one text box and you write a value which you want to find. Firefox hightlights string mathing with this value.

Can we do like this in extjs? How?


Solution

  • There is an example of exactly that here:

    http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/grid/live-search-grid.html