C# 클래스 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.
상속: LookupControl
파일 보기 프로젝트 열기: nicocrm/OpenSlx

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Initialize the lookup image if necessary

OnPreRender ( EventArgs e ) : void

Add the sorting hack.

메소드 상세

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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