Completed
Last Updated: 20 Jun 2022 15:05 by ADMIN
Softwarehouse
Created on: 08 Aug 2019 07:31
Type: Bug Report
3
Search menu has a non-localizable string in the result list - 'page xx' text.

We are using Telerik Report Viewer in our ASP.NET MVC application. I've read the documentation about localizing the report viewer (https://docs.telerik.com/reporting/html5-report-viewer-localization) and most of the texts are localized now, but there are some other that I can't change.

For example, in the search menu, result list, 'page xx' text.

Can you add this string resource in the resources file?

1 comment
Heiko
Posted on: 26 Nov 2020 10:44

The reason for this is that it is hardcoded in the SearchDialog.xaml file:

<DataGridTextColumn Binding="{Binding PageInfo}" Header="Page" Width="60" />

Telerik should replace this with a resource entry.