Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.NoDataTemplate Method

    Name Parameters Description
    NoDataTemplate(JS) value Specifies a custom template to be displayed when no data appears in CardView. Mirrors the client-side noDataTemplate option.
    NoDataTemplate(RazorBlock) templateContent Specifies a custom template to be displayed when no data appears in CardView. Mirrors the client-side noDataTemplate option.
    NoDataTemplate(TemplateName) name Specifies a custom template to be displayed when no data appears in CardView. Mirrors the client-side noDataTemplate option.
    NoDataTemplate(String) templateContent Specifies a custom template to be displayed when no data appears in CardView. Mirrors the client-side noDataTemplate option.