TreePanel GridFilters (Features not found)

  1. #1

    TreePanel GridFilters (Features not found)

    Hi,

    I saw the example at http://mvc.ext.net/#/GridPanel_Plugi...ilters_Remote/ .

    I would apply the part
    
    .Features(
                            Html.X().GridFilters()
                                .Local(true) //OPTIONALLY
                                .Filters(
                                    Html.X().NumericFilter().DataIndex("Id"),
                                    Html.X().StringFilter().DataIndex("Company"),
                                    Html.X().NumericFilter().DataIndex("Price"),
                                    Html.X().DateFilter().DataIndex("Date")
                                        .DatePickerOptions(options => {
                                            options.TodayText = "Now";
                                        }),
                                    Html.X().ListFilter().DataIndex("Size").Options("extra small,small,medium,large,extra large"),
                                    Html.X().BooleanFilter().DataIndex("Visible")
                                )
                        )
    in a TreePanel / TreeGrid.

    I know the treepanel has the structure problem, but I would filter it as a simple plain GridPanel, or, using the remote mode, I would arrange myself returning the right set of data having filter parameters.

    I would only be able to activate the "right-click" plugin to set filters, and pass the filter parameter via treepanel proxy.

    How can I enable it in a treepanel?

    Thanks
  2. #2
    Any idea about that? I really need to enable filter's submenus on columns..

    Thanks

Similar Threads

  1. [CLOSED] Adding custom grid features
    By jchau in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 24, 2012, 4:58 PM
  2. [CLOSED] EnableDrag property of TreePanel doesn't found
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 06, 2012, 10:40 AM
  3. When the new features will be published ext.net ?
    By thiefo in forum Open Discussions
    Replies: 1
    Last Post: Oct 12, 2010, 2:13 PM
  4. Desktop features
    By Yannis in forum 1.x Help
    Replies: 0
    Last Post: Jun 17, 2010, 6:19 PM
  5. Replies: 0
    Last Post: Jan 01, 2010, 6:50 AM

Tags for this Thread

Posting Permissions