How can i create a Custom Column with two Labels and separate Binding of each of them?
I would like to Display something like this in a Column: Value1 / Value2.
Is this possible?
Thank you
Johann
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 06 Jun 2013, 09:28 AM
Hi Johann,
Thank you for writing.
You can create an expression column in your grid that will combine the values from two other columns. Please, refer to our online documentation for more information on Expression columns. What you can do is add to columns which will be bound to the respective properties and set their IsVisible property to false. Then add an expression column that will combine the values of these two columns.
I hope this will be useful. Should you have further questions, I would be glad to help.