Having trouble to filter options on a GridPanel column list filter, databound event never fires

  1. #1

    Having trouble to filter options on a GridPanel column list filter, databound event never fires

    Hi guys, I have a GridPanelon which there are column filters on it, some are list filters to pick and choose what you are able to see on the GridPanel.
    My problem is, I would like the list filter to reflect only the options that are available on the grid and to do that I need to use the same SQL selector that I use on the GridPanel and that's where the problem lies, my selector is generated on page_load based on parameters and I have already tried to alter the ListFilter's Store data during Page_Load but it won't query the new data, it will always show all the options available, I added breakpoints to the Store refresh and SqlDataSource events but they are not getting triggered, how can I change the column ListFilter store data during page_load?
    Thanks
  2. #2
    Quote Originally Posted by paul-2011 View Post
    Hi guys, I have a GridPanelon which there are column filters on it, some are list filters to pick and choose what you are able to see on the GridPanel.
    My problem is, I would like the list filter to reflect only the options that are available on the grid and to do that I need to use the same SQL selector that I use on the GridPanel and that's where the problem lies, my selector is generated on page_load based on parameters and I have already tried to alter the ListFilter's Store data during Page_Load but it won't query the new data, it will always show all the options available, I added breakpoints to the Store refresh and SqlDataSource events but they are not getting triggered, how can I change the column ListFilter store data during page_load?
    Thanks
    Hi, this is what I'm looking for, did you manage to do it without an extra trip to the database?
  3. #3
    Hi,

    Could you provide a sample to reproduce the problem?

Similar Threads

  1. [CLOSED] Gridpanel Filter and Recalculate Column Totals
    By IanPearce in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 22, 2012, 3:08 PM
  2. [CLOSED] GridPanel Multi column filter
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 21, 2011, 2:22 PM
  3. [CLOSED] Missing filter column using MultiHeader Filter.
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 12, 2010, 1:07 PM
  4. Replies: 5
    Last Post: Dec 18, 2009, 9:50 AM
  5. [CLOSED] Intercept column filter event
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 09, 2009, 2:08 PM

Posting Permissions