Hello..
i applied sorting on Rad Grid using this Code
<himani:HimaniGrid ID="HimaniGrid1" runat="server" AllowPaging="True"
AllowSorting="True" GridLines="None" AutoGenerateColumn="False">
<MasterTableView AllowMultiColumnSorting="false" AllowNaturalSort="true"
cellspacing="-1"/>
<SortingSettings SortedBackColor="Azure" EnableSkinSortStyles="false" />
<HeaderStyle Width="100px" />
</himani:HimaniGrid>
i m using link Button in Item Template...
its apply sorting on all Columns but not on link button column..
i also want to apply sorting on link button Column...
i m using basic sorting
link is given below
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/sorting/defaultcs.aspx
plz reply.....
| <telerik:RadAjaxManager ID="AjaxManager1" runat="server" EnableHistory="True"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="RadTreeView1"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="RadTreeView1" /> |
| <telerik:AjaxUpdatedControl /> |
| <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
| RadMenu test = source as RadMenu; |
<himani:HimaniGrid ID="HimaniGrid1" runat="server" AllowPaging="True"
AllowSorting="True" GridLines="None" AutoGenerateColumn="False">
<MasterTableView AllowMultiColumnSorting="false" AllowNaturalSort="true"
cellspacing="-1"/>
<SortingSettings SortedBackColor="Azure" EnableSkinSortStyles="false" />
<HeaderStyle Width="100px" />
</himani:HimaniGrid>
i m using link Button in Item Template...
its apply sorting on all Columns but not on link button column..
i also want to apply sorting on link button Column...
plz reply.....
<telerik:RadEditor runat="server" ID="retNotesEditor" SkinID="BasicSetOfTools" Height="400px" OnClientLoad="OnClientLoad" SpellCheckSettings-SpellCheckProvider="EditDistanceProvider" spell>
<Content>
</Content>
</telerik:RadEditor>
