This question is locked. New answers and comments are not allowed.
Hello Telerik Team !
I have a question about your GridViewExpressionColumn. Is it possible to use it with severals expressions ?
Is it possible to do something like that ?
I have a question about your GridViewExpressionColumn. Is it possible to use it with severals expressions ?
Is it possible to do something like that ?
<telerikGridView:GridViewExpressionColumn Header="Price"> <telerikGridView:GridViewColumn.CellTemplate> <DataTemplate> <StackPanel> <TextBlock Text="{Binding Expression1}" TextAlignment="Center"/> <TextBlock Text="{Binding Expression2}" TextAlignment="Center" /> </StackPanel> </DataTemplate> </telerikGridView:GridViewColumn.CellTemplate></telerikGridView:GridViewExpressionColumn>