I have fallowing code:
I cannot get this to work as AggregateFunction is not taking convert into account how I can change that ?
I am using latest release of telerik controls with .Net 4.
<telerik:GridViewDataColumn DataMemberBinding="{Binding Role, Converter={StaticResource conv}}" > <telerik:GridViewDataColumn.AggregateFunctions> <telerik:SumFunction Caption="sum:" /> </telerik:GridViewDataColumn.AggregateFunctions></telerik:GridViewDataColumn>I cannot get this to work as AggregateFunction is not taking convert into account how I can change that ?
I am using latest release of telerik controls with .Net 4.