Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/10 16:57:51 (13 years ago)
Author:
mkommend
Message:

Changed the behavior of the RunCollectionTabularView to apply always the selected filters (ticket #1251).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs

    r4798 r4819  
    145145    }
    146146
    147     protected void UpdateColumnHeaders() {
     147    protected virtual void UpdateColumnHeaders() {
    148148      HashSet<string> invisibleColumnNames = new HashSet<string>(dataGridView.Columns.OfType<DataGridViewColumn>()
    149149      .Where(c => !c.Visible && !string.IsNullOrEmpty(c.HeaderText)).Select(c => c.HeaderText));
Note: See TracChangeset for help on using the changeset viewer.