Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
...
....
For adding a filter to a pagedatacollection, see the FAQ in the support section on www.episerver.com or take a look at this:
FilterSort sort = new FilterSort(FilterSortOrder.Alphabetical);
sort.Filter(null, new FilterEventArgs(col));
/Øyvind
...
....
I need to add a filter to List2 but where/how should I do that? The followinf dosn't work:private void InitializeComponent() { this.List2.Filter += new EPoServer.WebControls.FilterEventHandler(List2_Filter); }"Object reference not set to an instance of an object." /Stefan