バージョン

DropDownClosing フィールド (GridFilteringClientEvents)

フィルター ドロップダウンが閉じる前に発生するイベント。ドロップダウンのクローズをキャンセルするには、false を返します。関数は引数 evt および ui を取得します。ui.owner を使用して、igGridFiltering への参照を取得します。ui.owner.grid を使用して、igGrid への参照を取得します。ui.dropDown を使用して、ドロップダウン DOM 要素への参照を取得します。
シンタックス
'宣言
 
Public Const DropDownClosing As System.String
public const System.string DropDownClosing
参照

オンラインで表示: GitHub