Message: Sys.WebForms.PageRequestManagerServerErrorException: Unable to cast object of type 'Telerik.Web.UI.GridTHead' to type 'Telerik.Web.UI.RadSlider'.
If I change the mode to anything other than Slider it seems to work fine. Also, If I remove the OnCommand event, it works fine. Am I missing something, or is this a know bug? Below is a snippet of my RadGrid.<rad
:RadGrid ID="grdPeople" runat="server" DataSourceID="dsPerson" GridLines="None"
AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" PageSize="25"
OnItemCommand="grdPeople_ItemCommand" OnItemDataBound="grdPeople_ItemDataBound" >
<ClientSettings EnableRowHoverStyle="true" >
<ClientEvents OnRowClick="grdPeople_RowClick" OnCommand="grdPeople_Command" />
</ClientSettings>
<PagerStyle Mode="Slider" Position="Top" />
Thanks

| <style type="text/css"> |
| .rcRefreshImage |
| { |
| padding-left: 25px; |
| padding-right: 25px; |
| background-image: url(~/Upload/Image/Food/food accueil.jpg); |
| background-color:transparent; |
| } |
| </style> |
| <telerik:RadCaptcha ID="RadCaptcha1" runat="server" |
| CaptchaLinkButtonText="Refresh" CssClass="rcRefreshImage" |
| EnableRefreshImage="True"> |
| </telerik:RadCaptcha> |
body
{
font: 11px arial, 'Arial Black';
}
.ItemHeader
{
font-size: 10px;
font-weight: bold;
}
and ItemHeader is apply to some of the <td> item in the form.
When the page is rendered within a RadWindow, the effect is lost. I used to have the same result when using 2008Q3, but after upgraded to 2009Q3, it changed.
Hi,
Is it possible to have a single image (sprite) and load the individual button images using CSS?
I have tried using .rtbIcon, but if the property ImageUrl is not set on the button, the element <img class="rtbIcon" .../> is not rendered.
Thanks.


