[CLOSED] GridPanel : Highlight Searched data

  1. #1

    [CLOSED] GridPanel : Highlight Searched data

    Hi I want to implement Live search for gridpanel without LiveSearch Plugins.

    On button click data searched as per search text(Text Field text) and displayed in grid .I want to highlight matched values displayed in grid after search.

    Is it possible without LiveSearch plugins?please give me some idea.
    Last edited by Daniil; Mar 10, 2015 at 11:27 AM. Reason: [CLOSED]
  2. #2
    Hello @matrixwebtech!

    If you want to implement your own search mechanism, I believe the way you have to do this is to, via javascript, loop thru the store items and, where it matches the search pattern, then change the row style or fill an array to select the entries.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Highlight cell being edited in GridPanel...
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 10, 2014, 6:17 AM
  2. [CLOSED] GridPanel CellEditing highlight
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 12, 2013, 11:32 AM
  3. How to highlight whole column in GridPanel
    By Pislburry in forum 2.x Help
    Replies: 5
    Last Post: Oct 29, 2013, 5:17 PM
  4. Replies: 2
    Last Post: Jun 07, 2012, 4:29 PM
  5. Replies: 3
    Last Post: Jul 07, 2010, 1:28 AM

Posting Permissions