DropDownDataGrid - Multiple columns Text

Hi All,

How can we show multiple column values as text?
Suppose I have 3 columns for a DropDown Data grid.
User selects one record. Then the Text should be shown with the values of those 3 columns separated by a delimiter. Possible?

Thanks
Jacob

You can use ValueTemplate to define it:

Thank you Enchev, am checking on it.

Hi @enchev,

I had a detailed check on the source files you shared.
My understanding is, once we got the filter applied by the user, we are again do a DB (Entity) call to fetch the data matching the filtered data, am I correct?
The data is re-fetched from the DB applying the filter; it's not exporting the data from the grid rows/cells.
(if my understanding is correct, I need to call my entity to fetch data as per the applied filter)

Am I on right track?

Thank you
Jacob

row/cells are just for display purposes - everything else, sorting, paging, filtering, grouping, exporting, etc. is at data level.