MenuFilterText in version 3

  1. #1

    MenuFilterText in version 3

    Where to enter MenuFilterText in version 3?

    There have been previous in:
    <Features>
     <ext:GridFilters runat="server" ID="GridFilters1" Local="true" MenuFilterText="...">
      <Filters>
    Now I have

    <ColumnModel>
     <Columns>
      <ext:Column runat="server" Text="ID" DataIndex="ID">
       <Filter>
        <ext:StringFilter EmptyText="..." />
       </Filter>
      </ext:Column>
    and dont know where to put MenuFilterText.
    Last edited by SaleCar; Jan 01, 2015 at 9:01 PM.
  2. #2
    Please take a look on item 27 of breaking changes document: https://examples3.ext.net/#/Getting_...AKING_CHANGES/

    Let me know whether you need further assistance.
  3. #3
    Unfortunately, after reading the instructions I still can not find where to set MenuFilterText.
  4. #4
    I found it... thanks!

    <Plugins>
       <ext:GridFilters runat="server"  MenuFilterText="..." />
    </Plugins>
  5. #5
    SaleCar, can we mark this thread as closed?
  6. #6
    Of course.
  7. #7
    Thank you SaleCar
    Last edited by RaphaelSaldanha; Jan 04, 2015 at 4:54 AM.

Similar Threads

  1. Version 2.3
    By Rupesh in forum Licensing
    Replies: 3
    Last Post: Dec 04, 2013, 5:50 AM
  2. Replies: 0
    Last Post: Jun 15, 2012, 8:42 AM
  3. Replies: 3
    Last Post: Mar 27, 2012, 6:23 PM
  4. Replies: 1
    Last Post: Mar 12, 2012, 9:31 PM
  5. Replies: 2
    Last Post: Jan 26, 2010, 12:54 PM

Posting Permissions