MVCGrid.Net icon indicating copy to clipboard operation
MVCGrid.Net copied to clipboard

Resources and Column Names change

Open MiBuena opened this issue 8 years ago • 3 comments

Hello, I have put Resources Labels for Column Names. However, when the language is changed - they don't change, since they are loaded just once when the application first starts.

What can be done in this case, so that when language changes, column names also change?

MiBuena avatar Oct 11 '17 06:10 MiBuena

Just ran into the same issue. Is there any way to do this?

krpec avatar Feb 05 '18 12:02 krpec

The way was to make a new name and reinitialize the table with a new name every time the person opens the page.

MiBuena avatar Feb 05 '18 19:02 MiBuena

I also ran into the same issue and still waiting for a fix. I think it has something to do with dependency injection.

MVCGrid.NET is a very great tool for data retrieval but localizing header text using resx file is impossible especially the grid definition is being called only one time when you run the application.

BlazorPlate avatar Apr 09 '18 19:04 BlazorPlate