سؤال

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

هل كانت مفيدة؟

المحلول

<%= Html.Grid<SomeModelType>(Model)
        .Empty("Some custom message")
        ...
%>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top