Skip to content

Expose a boolean overload for the NoRecords fluent method of the Grid #8357

@alestoya

Description

@alestoya

Overview

As opposed to its Telerik UI for ASP.NET Core counterpart, the Telerik UI for ASP.NET MVC Grid does not expose a way to set the NoRecords template via a bool overload:

E.g:

@(Html.Kendo().Grid<OrderViewModel>()
    .Name("Grid")
    .NoRecords(true)
)

Current behavior

The Telerik UI for ASP.NET MVC Grid does not expose a bool overload for its NoRecords() API configuration.

Expected/desired behavior
The Telerik UI for ASP.NET MVC Grid should expose a bool overload for its NoRecords() API configuration.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions