Change datepicker of Datefilter in GridFilters

  1. #1

    Change datepicker of Datefilter in GridFilters

    How can i change datepicker of Datefilter in GridFilters_Remote with my customized datepicker written in ext.js.
    Last edited by gnostic; Aug 02, 2017 at 9:34 AM.
  2. #2
    Hello @gnostic!

    Depending on how you customized your date picker, your starting point would be investigating the Ext.grid.filters.filter.Date class. It could be a matter of changing the pickerDefaults config option therein, or changing the code of the class via an override or extension.

    I hope this helps!
  3. #3
    Thanks dear fabricio, your answer is always first and best!

    I could change datepicker of datefilter in ext.js by pickerDefaults config option and investigating Ext.grid.filters.filter.Date class.
    But i cant find pickerDefaults config option in EXT.Net.
    I mean how can i add my ext.js datepicker plugin to datefilter in ext.Net
    Last edited by gnostic; Aug 05, 2017 at 10:43 AM.
  4. #4
    Hello @gnostic!

    If you want to extend an Ext.NET class or make a new ExtJS component support, you can just extend Ext.NET corresponding classes. There are several forum threads covering this subject here, a good starting point would be this thread:

    - How to extend Ext.NET components

    Although it is a discussion for Ext.NET 1, it should have most of the needed aspects covered at least. It would help extending and understanding how it works if you have Ext.NET source code -- which is available for premium subscription users.

    If you give a google search on forums you should find several other threads showing different aspects on how to extend and create new classes from client-side customizations. A good google search would be "site:forums.ext.net extend class".

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

Similar Threads

  1. DateFilter in GridPanel
    By lasalle in forum 1.x Help
    Replies: 1
    Last Post: Aug 28, 2013, 1:26 PM
  2. [CLOSED] Change culture of ext:datepicker
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Jan 28, 2013, 2:03 PM
  3. DateFilter: Before, After and On all active
    By cwolcott in forum 2.x Help
    Replies: 3
    Last Post: Mar 13, 2012, 5:55 PM
  4. DateFilter problem
    By chezinho in forum 1.x Help
    Replies: 0
    Last Post: Jan 05, 2011, 9:41 AM
  5. [CLOSED] Intercept filter change on GridFilters
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 12, 2010, 11:02 AM

Tags for this Thread

Posting Permissions