I'm have RadGrid with 2 DropDownColumns. Then i need third column with value, contains concatenated text-field(not value-field) from first 2 dropdown columns. How I can do it?
One suggestion is adding GridTemplateColumn as third column and placing Label in ItemTemplate. Now in the ItemDataBound event access the first and second column's cell text and set the Label Text for corresponding row.