Dear Team,
I am Using GridDateTimeColumn in rad grid.i want to dateformate on click datepicker it shows like this formate" MMM-dd-yyyy h:mm tt"
but i can't do that..Please give a solution.
aspx Code.
<telerik:GridDateTimeColumn SortExpression="actiondate" PickerType="DatePicker" HeaderText="Activity Date" DataType="System.DateTime"
DataFormatString="{0:MMM-dd-yyyy h:mm tt}" DataField="actiondate" UniqueName="actiondate">
</telerik:GridDateTimeColumn>
I am Using GridDateTimeColumn in rad grid.i want to dateformate on click datepicker it shows like this formate" MMM-dd-yyyy h:mm tt"
but i can't do that..Please give a solution.
aspx Code.
<telerik:GridDateTimeColumn SortExpression="actiondate" PickerType="DatePicker" HeaderText="Activity Date" DataType="System.DateTime"
DataFormatString="{0:MMM-dd-yyyy h:mm tt}" DataField="actiondate" UniqueName="actiondate">
</telerik:GridDateTimeColumn>