Unplanned
Last Updated: 07 Dec 2022 23:14 by ADMIN
Mario
Created on: 05 Dec 2022 11:00
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Set translation for 'All' Option for the EnableAllOptionInPagerComboBox

Hi,

currently the only way to set the translation for the "All" option that is created through the enabled "EnableAllOptionInPagerComboBox" property is to set the translation in the "RadGrid1_ItemDataBound" method, which is described here: Localization on RadGrid: Paging Option All

It's a workaround for a missing localisation. By setting the translation in the RadGrid1_ItemDataBound method the if-statement is being checked for every row processed, which is not good for performance.

Could you please make it possible to set the translation with a property and have the default value set in the resource file of the grid?

Thank you.

0 comments