griffin.mvccontrib icon indicating copy to clipboard operation
griffin.mvccontrib copied to clipboard

A contribution project for ASP.NET MVC3

Results 8 griffin.mvccontrib issues
Sort by recently updated
recently updated
newest added

I've integrated griffin.mvccontrib v 1.1.3 with my mvc3 application. I've added "FieldMustBeNumeric" and "FieldMustBeDate" keys to LocalizationStrings.resx But "data-val-number" validation attribute doesn't appear in html. What's wrong? How can i...

According to the example code in the article at CodeProject, you should initialize the library like this: ``` var stringProvider = new ResourceStringProvider(Resources.LocalizedStrings.ResourceManager); ModelMetadataProviders.Current = new LocalizedModelMetadataProvider(stringProvider); ModelValidatorProviders.Providers.Clear(); ModelValidatorProviders.Providers.Add( new...

Does this library support Web API out of the box?

I am using MS Sql 2012. Some times i get error "ExecuteScalar requires an open and available Connection. The connection's current state is closed." This error i get in subclass...

Hello I tried to cache ViewLocalizer and succeeded, but I am struggling with RepositoryStringProvider I did subclass of ViewLocalizer and RepositoryStringProvider in following way: ``` public class CachedViewLocalizer : ViewLocalizer...

I am working with your localization solution in MVC4, and I am currently in the process of refactoring the stock AccountController so it is localized. However, I ran into a...

I'm having a problem using localization, using LocalizedModelValidatorProvider breaks client validation of custom validation attributes. The way to register the client validation for the custom attribute is by registering an...

I'll open this as a separate issue which it indeed is. So, I run the site and while the site is running change some texts for en-US from default to...