I have one radgrid for that I have set one property AutoGenerateColumns="true".
But I want one column align to right.
Because by default all the column has align left.
Below is the code snipt.
<radG:RadGrid ID="rdgAccEntriesReconcileReport" AllowFilteringByColumn="false" runat="server" AutoGenerateColumns="true"
AllowPaging="true" PageSize="40" AllowSorting="true" GridLines="None" Skin="Telerik"
MasterTableView-Visible="true" Width="100%" OnItemCommand="rdgAccEntriesReconcileReport_ItemCommand" OnItemDataBound="rdgAccEntriesReconcileReport_ItemBound"
SortingSettings-SortedAscToolTip="Click to sort in ascending or alphabetic order"
SortingSettings-SortedDescToolTip="Click to sort in descending or reverse alphabetic order" OnSortCommand="sortlist">
<MasterTableView Width="100%">
</MasterTableView>
<ClientSettings>
<Scrolling AllowScroll="true" UseStaticHeaders="true" />
<Selecting AllowRowSelect="true" />
</ClientSettings>
</radG:RadGrid>
Please help if any additional coding or property need to be set.
But I want one column align to right.
Because by default all the column has align left.
Below is the code snipt.
<radG:RadGrid ID="rdgAccEntriesReconcileReport" AllowFilteringByColumn="false" runat="server" AutoGenerateColumns="true"
AllowPaging="true" PageSize="40" AllowSorting="true" GridLines="None" Skin="Telerik"
MasterTableView-Visible="true" Width="100%" OnItemCommand="rdgAccEntriesReconcileReport_ItemCommand" OnItemDataBound="rdgAccEntriesReconcileReport_ItemBound"
SortingSettings-SortedAscToolTip="Click to sort in ascending or alphabetic order"
SortingSettings-SortedDescToolTip="Click to sort in descending or reverse alphabetic order" OnSortCommand="sortlist">
<MasterTableView Width="100%">
</MasterTableView>
<ClientSettings>
<Scrolling AllowScroll="true" UseStaticHeaders="true" />
<Selecting AllowRowSelect="true" />
</ClientSettings>
</radG:RadGrid>
Please help if any additional coding or property need to be set.