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

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted
<%= Html.Grid<SomeModelType>(Model)
        .Empty("Some custom message")
        ...
%>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.