バージョン

GenerateCellTemplate(GridField,String,String) メソッド

グリッド セル (TD) の JQuery テンプレートを作成します。
シンタックス
'宣言
 
Public Overloads Function GenerateCellTemplate( _
   ByVal field As GridField, _
   ByVal extraCss As String, _
   ByVal extraTdAttributes As String _
) As String
public string GenerateCellTemplate( 
   GridField field,
   string extraCss,
   string extraTdAttributes
)

パラメータ

field
テンプレートを作成する列。
extraCss
このパラメーターはセルまたは TD に css クラスを追加するために使用されます。
extraTdAttributes
このパラメーターは TD に属性を追加するために使用されます。

戻り値の型

グリッド セルの JQuery テンプレート。
参照