[CLOSED] Grid ListFilter with StoreID, ValueField?

  1. #1

    [CLOSED] Grid ListFilter with StoreID, ValueField?

    Hi, im trying to set the ValueField to an ListFilter. But theres no option

    var sFilter = new ListFilter();
    sFilter.DataIndex = F.Name;
    sFilter.StoreID = childGrid.Store.ID;
    sFilter.LabelField = displayField;
    _Filter.Filters.Add(sFilter);
    I can set the LabelField only. I have to use an existing store where i cannot change the fieldnames.

    Sebastian
    Last edited by Daniil; Nov 28, 2012 at 3:00 PM. Reason: [CLOSED]
  2. #2
    Hi Sebastian,

    Please use IDField property.

Similar Threads

  1. [CLOSED] bug in combobox valuefield ExtNet 2.1
    By mirwais in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 16, 2012, 4:23 PM
  2. [CLOSED] Grid ListFilter
    By watteeuw in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Sep 12, 2012, 5:36 AM
  3. [CLOSED] ListFilter with a StoreID
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Oct 08, 2010, 1:51 PM
  4. [CLOSED] ComboBox shows ValueField instead of DisplayField in a Grid.
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 06, 2010, 8:38 PM
  5. Comboboxes with same StoreID problem
    By vostro1700 in forum 1.x Help
    Replies: 2
    Last Post: Jul 31, 2009, 3:56 PM

Posting Permissions