Hi!
I have a grid with a detailtable, which contains a detailtable.
I wants to localize the Pager tooltips (FirstPageToolTip, LastPageToolTip etc) and the Pager texts (PageSizeLabelText, PageTextFormat).
But it doesn't work on all tables.
I've tried to set it in Pre_Render
I've also tried to set PagerStyle-FirstPageToolTip="Första sidan" in <telerik:RadGrid> and <telerik:GridTableView>
Also tried to set <PagerStyle FirstPageToolTip="Första sidan" /> within the <mastertableview> and <telerik:GridTableView>
Independent on the settings above, I get English tooptips and texts.
Telerik version used is "2010.1.519.35"
I have a grid with a detailtable, which contains a detailtable.
I wants to localize the Pager tooltips (FirstPageToolTip, LastPageToolTip etc) and the Pager texts (PageSizeLabelText, PageTextFormat).
But it doesn't work on all tables.
I've tried to set it in Pre_Render
protected void RadGrid1_PreRender(object sender, EventArgs e) |
{ |
RadGrid grd = (RadGrid)sender; |
grd.PagerStyle.FirstPageToolTip = "Första sidan"; |
grd.PagerStyle.AlwaysVisible = true; |
} |
I've also tried to set PagerStyle-FirstPageToolTip="Första sidan" in <telerik:RadGrid> and <telerik:GridTableView>
Also tried to set <PagerStyle FirstPageToolTip="Första sidan" /> within the <mastertableview> and <telerik:GridTableView>
Independent on the settings above, I get English tooptips and texts.
Telerik version used is "2010.1.519.35"