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

GridCalculatedColumn

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ban
Top achievements
Rank 1
Ban asked on 01 Mar 2009, 11:07 AM
Hi,
 I have a Grid with 2 columns with type "DateTime" (format is - DataFormatString="{0:t}") I need to put another CalculatedColumn including the different between this 2 coulmns to give the period of time, I have a problem with the Expression property in the GridCalculatedColumn !..
Please help me with this ..
Thanks

Ban

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 04 Mar 2009, 07:57 AM
Hi Ban,

You can use the calculated column with a custom aggregate, and intercept the "CustomAggregate"
server side handler, where you can apply custom logic in the calculations, which is not normally met by a standard expression.
I hope this suggestion helps.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Ban
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or