reload
fun <RowType : Any, ViewType : CSGridItemView<RowType>> CSGridView<RowType, ViewType>.reload(values: Array<out RowType>): CSGridView<RowType, out CSGridItemView<RowType>>
fun <RowType : Any> CSGridView<RowType, out CSGridItemView<RowType>>.reload(values: Iterable<RowType>): CSGridView<RowType, out CSGridItemView<RowType>>
fun <T : CSHasTitle> GridViewOut<T>.reload(values: Array<T>, search: CSValue<String>, ignoreCase: Boolean = true): GridViewOut<T>
fun <T : CSHasTitle> GridViewOut<T>.reload(values: Iterable<T>, search: CSValue<String>, ignoreCase: Boolean = true): GridViewOut<T>