or
| void rgListMainGridBase_ItemCreated(object sender, GridItemEventArgs e) |
| { |
| if (e.Item is GridPagerItem) |
| { |
| LinkButton GoToPageLinkButton = (LinkButton)e.Item.FindControl("GoToPageLinkButton"); |
| GoToPageLinkButton.Text = "Idź"; |
| } |
| } |

I have just downloaded and installed the 2008.2 826 version of the RadControls. I use the RadCombox in many places on my website, and have ShowToggleImage set to false on nearly all instances.
When I put the new version into the application the ToggleImage is being displayed, as if the ShowToggleImage attribute is not working.
Is this a bug, or have I missed something?