AllowCustomCells Property (GridFilterRow)
In This Topic
When set to true the methods
GetCellKind,
CreateCell,
BindCell and
UnbindCell will be called allowing customized cells, inheriting from
GridCellView.
Syntax
protected bool AllowCustomCells {get; set;}
See Also