This is a migrated thread and some comments may be shown as answers.

get and display today date

1 Answer 54 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Chee Keong Lim
Top achievements
Rank 1
Chee Keong Lim asked on 11 Sep 2015, 07:03 AM

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>

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 14 Sep 2015, 11:06 AM
Hello Chee,

I am not sure I completely understand the scenario that you would like to implement. Would you describe what is your goal in more detail? What are the requirements and what should be the expected result?

Having better understanding of your scenario will enable us to provide you with more to-the-point suggestions on how to achieve it.

Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Calendar
Asked by
Chee Keong Lim
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or