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
Mostrar archivo Open project: nicocrm/OpenSlx

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Initialize the lookup image if necessary

OnPreRender ( EventArgs e ) : void

Add the sorting hack.

Method Details

OnInit() protected method

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

OnPreRender() protected method

Add the sorting hack.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void