Hi,
not familiar with telerik. some help will be good.
try to get todat date and display it at center of the web page. under the gridnumberic column,,,, try to replace the headertext with today date....and display it at the center of the row. some advise and example will be appreciated.
<telerik:RadGrid ID="rgSIFull" runat="server" AutoGenerateColumns="False"
Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" GridLines="None"
CssClass="style1" HorizontalAlign="Center" Skin="" ForeColor="#000000">
<MasterTableView>
<CommandItemSettings ExportToPdfText="Export to Pdf" />
<Columns>
<telerik:GridNumericColumn DataField="Message" HeaderText=""
ReadOnly="True" SortExpression="Message" UniqueName="Message" ItemStyle-CssClass="style1">
<ItemStyle Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" Font-Bold="False" />
</telerik:GridNumericColumn>
</Columns>