[CLOSED] Custom Filter in gridPanel

  1. #1

    [CLOSED] Custom Filter in gridPanel

    I need to implement custom filters in grid pane.

    I need to have checkboxes inside in the filter as shown i below attachment

    Click image for larger version. 

Name:	filter.PNG 
Views:	41 
Size:	29.3 KB 
ID:	6589

    how can i configure the filter's to show like in attachment.

    Thanks
    Last edited by Daniil; Aug 06, 2013 at 8:26 AM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    Do you need this filter to be appeared the same way as standard filters appear in this example?
    https://examples2.ext.net/#/GridPane...Filters_Local/
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    Do you need this filter to be appeared the same way as standard filters appear in this example?
    https://examples2.ext.net/#/GridPane...Filters_Local/
    Yes how can i customize it.
  4. #4
    Not a simple task.

    The only solution I can see is implementing a custom filter class.

    As an example, you can investigate the DateFilter class.
    trunk\Ext.Net\Build\Ext.Net\ux\grid\gridfilters\src\filter\DateFilter.js
    trunk\Ext.Net\Ext\UX\GridFilters\DateFilter.cs
  5. #5
    Hi,

    Is Ext.Net team planning to develop such kind of filter feature in Grid?

    Can you please provide any way to implement this? or any sample which is already implemented which will be a guideline for us?

    Thanks.
  6. #6
    Quote Originally Posted by PriceRightHTML5team View Post
    Is Ext.Net team planning to develop such kind of filter feature in Grid?
    It would be nice to have, but it looks too specific to bake it into the toolkit.

    Quote Originally Posted by PriceRightHTML5team View Post
    Can you please provide any way to implement this? or any sample which is already implemented which will be a guideline for us?
    Generally speaking, this is the answer.

    Quote Originally Posted by Daniil View Post
    The only solution I can see is implementing a custom filter class.

    As an example, you can investigate the DateFilter class.
    trunk\Ext.Net\Build\Ext.Net\ux\grid\gridfilters\src\filter\DateFilter.js
    trunk\Ext.Net\Ext\UX\GridFilters\DateFilter.cs
  7. #7
    By the way, you might be interested to look at this example.
    trunk\Ext.Net.Examples\Examples\GridPanel\FilterHe ader\Custom_Field\Default.aspx

Similar Threads

  1. Replies: 1
    Last Post: Mar 20, 2013, 4:18 PM
  2. Replies: 7
    Last Post: Mar 12, 2013, 8:15 AM
  3. Replies: 2
    Last Post: May 01, 2012, 4:57 PM
  4. Replies: 1
    Last Post: Jun 01, 2011, 3:22 PM
  5. Example of custom filter in GridPanel
    By javadzarrin in forum 1.x Help
    Replies: 0
    Last Post: Aug 23, 2010, 5:40 AM

Tags for this Thread

Posting Permissions