[CLOSED] LiveSearchGridPanel

  1. #1

    [CLOSED] LiveSearchGridPanel

    Is it possible to make LiveSearchGridPanel plugging to make multiple matching .For ex.
    lest say I have 2 words "one" and "two" how to highlight both of the with different color.
    I tried the following but withgout success
       <ext:LiveSearchGridPanel runat="server" ID="plgLiveSearch" MatchCls="x-blue-livesearch-match" >
                        <Listeners>
                           
                        </Listeners>
                    </ext:LiveSearchGridPanel>
                     <ext:LiveSearchGridPanel runat="server" ID="LiveSearchGridPanel1" MatchCls="x-red-livesearch-match">
                        <Listeners>
                                                </Listeners>
                    </ext:LiveSearchGridPanel>
    Running in console
    Ext.getCmp('grdResultSetData').plugins[1].search("one")
    and
    Ext.getCmp('grdResultSetData').plugins[0].search("two")
    just replaces the previous match
    Last edited by Daniil; Jun 10, 2014 at 5:18 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @odyssey,

    Unfortunately, there is no such the functionality in the LiveSearchGridPanel plugin and it is not designed to be used twice for the same GridPanel.

    You can investigate the LiveSearchGridPanel plugin's sources and give it a shot to override/tweak to meet your requirement.

Similar Threads

  1. [CLOSED] cutomize LiveSearchGridPanel plugin
    By SoftwareMHC in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 15, 2013, 8:09 PM
  2. LiveSearchGridPanel not supported....
    By antoreegan in forum 2.x Help
    Replies: 2
    Last Post: Apr 11, 2013, 5:22 AM
  3. [CLOSED] LiveSearchGridPanel between pages
    By Pyropace in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 26, 2013, 4:29 PM

Tags for this Thread

Posting Permissions