Method | Description | |
---|---|---|
GenerateInputHtmlAttributes ( object row ) : object>.IDictionary |
||
GriddlySelectColumn ( ) : System | ||
RenderCell ( object row, GriddlySettings settings, bool encode = true ) : System.Web.HtmlString | ||
RenderCellValue ( object row, bool stripHtml = false ) : object | ||
RenderUnderlyingValue ( object row ) : System.Web.HtmlString |
public GenerateInputHtmlAttributes ( object row ) : object>.IDictionary |
||
row | object | |
return | object>.IDictionary |
public RenderCell ( object row, GriddlySettings settings, bool encode = true ) : System.Web.HtmlString | ||
row | object | |
settings | GriddlySettings | |
encode | bool | |
return | System.Web.HtmlString |
public RenderCellValue ( object row, bool stripHtml = false ) : object | ||
row | object | |
stripHtml | bool | |
return | object |
public RenderUnderlyingValue ( object row ) : System.Web.HtmlString | ||
row | object | |
return | System.Web.HtmlString |