Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
groupByWrapper Locale
posted

I am upgrading to 2017.2 I'm trying to convert this groupByWrapper.EmptyGruopByAreaContent("{0}") to the new locale format. I'm stuck everything I tried hasn't worked. Can you help? This was my last try which I know isn't right.

groupByWrapper.Locale((Action<Infragistics.Web.Mvc.Grid.GroupBy.GroupByLocaleBuilder<Infragistics.Web.Mvc.Grid.GroupBy.GroupByLocale>>)
(builder => groupByWrapper.EmptyGroupByAreaContent("{0}")));