public ProductGrid(GridMeta meta, Grid grid) { Meta = meta; _grid = grid; CreateNewPage(); }
public ProductGridPage(GridMeta meta) { _meta = meta; }