Hi, I can't seem to get my sort arrow icons to appear for a GridTemplateColumn. There isn't even an "X" appearing as if it didn't find the file. Is there something special I need to do?
<telerik:RadGrid ID="grdSearchResult" EnableEmbeddedSkins="false" ImagesPath="~/Images" runat="server" AllowSorting="true" AutoGenerateColumns="false" OnSortCommand="grdSearchResult_SortCommand" OnItemDataBound="grdSearchResult_OnItemDataBound">
<telerik:GridTemplateColumn ShowSortIcon="true" SortAscImageUrl="~/Images/down.png" SortDescImageUrl="~/Images/up.png">
....
Is there another setting or something I need to do in the OnSortCommand event? Thanks, Dave