Hi,
i have a problem with german localization. Paging in the grid does'nt work any more when i set AutoDetectLocale(true).
The selection of the page size isn't working any more.
I have downloaded the latest version of Igniteui and modified the sample file Infragistics\2016.2\Ignite UI\Samples\IgniteUI.SamplesBrowser\Views\Loader\aspnet-mvc-helper.cshtml in this way:
@(Html.Infragistics() .Loader() .ScriptPath(Url.Content("~/igniteui/js/")) .CssPath(Url.Content("~/igniteui/css/")) .Resources("igGrid.*") .AutoDetectLocale(true) .Render() )
@(Html.Infragistics().Grid(Model).ID("grid").AutoGenerateColumns(false).Columns(column => { column.For(x => x.ID).HeaderText("ID").Width("100px"); column.For(x => x.ProductName).HeaderText("Name").Width("200px"); column.For(x => x.QuantityPerUnit).HeaderText("Quantity").Width("200px"); column.For(x => x.UnitPrice).HeaderText("Price").DataType("number").Format("currency").Width("130px"); }) .Features(features => { features.Sorting().Mode(SortingMode.Multiple); features.Paging(); }) .Height("400") .DataBind() .Render() )
Hello Tsanna,
after upgrading to the the latest version, it seems from last week, the error went away.
Thanks for your support.
Stephan
Stephan,
I believe that the reason Paging doesn't work properly on your side when applying different language settings than the default ones is the version of the product you're using. Probably there was a problem before, but now Paging with German localization works properly with the last service release of v16.2. I'm attaching a MVC project sample which is isolated from the IgniteUI samples browser project, so that it could be run seamlessly. Please run the sample on your side and keep in mind that it runs against v16.2.2141 of the igniteui product. If you have any problems, please let me know.
Regards,
Tsanna
Your sample won't work because i have no SQL-Express and your URLs to the scripts are broken....
I tried to reproduce your issue on a local sample and it seems to be working. Could you please share some information about the environment you are reproducing this such as: Ignite UI version, jQuery and jQuery UI versions and browser. I’m also attaching my sample. Feel free to modify it so it demonstrates the issue and return it to me. (GridChaining\DefinedColumns.cshtml is where I did my testing)
Kind regards, Petko Zhekov Software Developer
you have received a file in the support ticket last week. And now you have access to the whole solution, which is the Igniteui-Samples-Solution from version 16.2. I have modified one cshtml-file only... see above my first post. There are the path to the file and the changes...
In addition i have attached and attach now a little screencast.
Greetings Stephan