Hi,
I have used RadGrid control without having Column tag as follows:
I have used a data table to bind the grid in Code behind (radgridAuditReports_NeedDataSource). When i clicked on the header text for sorting, it does not display the SortAsc/SortDesc image. Please help me with the solution to set the Sort image.
Thanks,
Abirami R.
I have used RadGrid control without having Column tag as follows:
| <telerik:RadGrid ID="radgridAuditReports" EnableEmbeddedSkins="false" runat="server" |
| Skin="WebBlue" Width="12000px" PageSize="10" AllowSorting="true" AllowPaging="true" |
| ShowGroupPanel="false" AllowMultiRowEdit="false" AutoGenerateColumns="true" GridLines="None" |
| OnNeedDataSource="radgridAuditReports_NeedDataSource" AllowAutomaticInserts="false"> |
| <SortingSettings EnableSkinSortStyles="false" /> |
| <HeaderStyle Width="125px" /> |
| <PagerStyle CssClass="Pager" Mode="NumericPages" Position="Bottom" HorizontalAlign="Left" |
| ShowPagerText="false"></PagerStyle> |
| <CommandItemStyle HorizontalAlign="Right" /> |
| <ItemStyle HorizontalAlign="Left" Height="25px" /> |
| <AlternatingItemStyle HorizontalAlign="Left" Height="25px" /> |
| <HeaderStyle HorizontalAlign="Left" /> |
| <MasterTableView Width="100%" TableLayout="Fixed" CommandItemSettings-ShowRefreshButton="false" |
| ItemStyle-HorizontalAlign="Left" GroupHeaderItemStyle-HorizontalAlign="Left" |
| AllowSorting="true"> |
| </MasterTableView> |
| </telerik:RadGrid> |
Thanks,
Abirami R.