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

GridCalculatedColumn not playing nicely with GridDateTimeColumn

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 14 Dec 2010, 01:54 AM
I have the following 2 column definitions in a grid.  When the grid displays there is no data in the DateTime column, but the calculated field is populated correctly.

If I delete the calculated column then the DateTime column works correctly.

What is wrong with the calculated column definition?

Mike

<telerik:GridDateTimeColumn UniqueName="GridRestoreTmstmp" DataFormatString="{0:MM/dd/yyyy H:mm:ss}" HeaderText="Restored" DataField="restoreTimestamp" >
    <HeaderStyle Width="70px" />
</telerik:GridDateTimeColumn>
<telerik:GridCalculatedColumn DataFields="customersRestored, customersRestoredAdjustment"
    DataType="System.Int32" Expression="({0}+{1})" HeaderText="Customers Restored"
    UniqueName="GridCustomersRestored" >
    <HeaderStyle Width="40px" HorizontalAlign="Right" />
</telerik:GridCalculatedColumn>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 16 Dec 2010, 02:36 PM
Hello Michael,

As the provided information is not enough to isolate the root cause of the issue you are facing, please prepare a simple, fully runnable reproduction demo, open a new support ticket and send it to us along with very detailed reproduction steps and explanations and we will debug it locally and do our best to help.


Regards,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or