Ejemplo n.º 1
0
 public IGridCellHtmlRenderer CreateCell(IGridColumn column, IGridHtmlHelper htmlHelper)
 {
     return column.CreateCellRenderer(htmlHelper);
 }