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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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