C# Class OpenSlx.Lib.Web.Controls.Workarounds.FixSlxLookup

Bug fixes for the SLX lookupcontrol. This defaults the sort to the first column in the lookup when the lookup is set to Initialize.
Inheritance: LookupControl
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Initialize the lookup image if necessary

OnPreRender ( EventArgs e ) : void

Add the sorting hack.

Method Details

OnInit() protected méthode

Initialize the lookup image if necessary
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Add the sorting hack.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void