Hi,
I'm trying to translate the tooltips in the grid pager in the code-behind, but whatever I try, they stay in English. I tried using this code in the Page_Load, the Page_Init and the OnItemCreated event, but the tooltip text doesn't change. Am I doing something wrong?
I'm trying to translate the tooltips in the grid pager in the code-behind, but whatever I try, they stay in English. I tried using this code in the Page_Load, the Page_Init and the OnItemCreated event, but the tooltip text doesn't change. Am I doing something wrong?
ProductList.PagerStyle.NextPageToolTip = "sometext";
Thanks!