London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
...
....
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
private void InitializeComponent() { this.List2.Filter += new EPoServer.WebControls.FilterEventHandler(List2_Filter); }
"Object reference not set to an instance of an object." /Stefan