Question

Is it possible to override the default 'There is no Data available' message in MVCContrib Grid with a custom message?

Was it helpful?

Solution

<%= Html.Grid<SomeModelType>(Model)
        .Empty("Some custom message")
        ...
%>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top