rowIslandIndex プロパティ
parentRow の (Infragistics.Web.UI.ContainerGridRow) 行アイランド配列にあるコンテナー グリッドのインデックスを返します。行アイランド配列は get_rowIslands() メソッドを使用して parentRow (Infragistics.Web.UI.ContainerGridRow) から取得できます。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function get_rowIslandIndex() : Number |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfContainerGrid.get_rowIslandIndex(); |