CSGridItemView

fun <RowType : Any> CSGridItemView(    parent: CSView<out ViewGroup>,     layout: CSLayoutRes,     onLoad: CSGridItemView<RowType>.(RowType) -> Unit? = null)