C# Class Habanero.Faces.Win.GenericGridFilterControlWin

Inheritance: PanelWin, IGenericGridFilterControl
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
GenericGridFilterControlWin ( IGridBase grid ) : System

Private Methods

Method Description
ClearFilter ( ) : void
DataSourceChanged ( object sender, EventArgs e ) : void
DoEvents ( ) : void
DoFilter ( ) : void
FilterGrid ( string filter ) : void
GetSearchColumnIndexes ( System.Windows.Forms.DataGridView dataGrid ) : List
RecordGridAltStyle ( object sender, EventArgs e ) : void
SetAlternatingStyle ( System.Windows.Forms.DataGridView wingrid, System.Windows.Forms.DataGridViewCellStyle newStyle ) : void
SetNewDataSource ( DataTable subTable, System.Windows.Forms.DataGridView wingrid ) : void
SetUIState ( bool filtering ) : void
SetupFilteredAlternatingRowColors ( System.Windows.Forms.DataGridView wingrid, bool somethingVisible, bool somethingHidden ) : void

Method Details

GenericGridFilterControlWin() public method

public GenericGridFilterControlWin ( IGridBase grid ) : System
grid IGridBase
return System