This question is locked. New answers and comments are not allowed.
I am binding my xml data to the datagrid via the light weight datatable that you guys gave me. I have adjust each DataColumn class to have bool to indicate if the column should be visible in the grid. Most of the columns I hide are actually companion columns that have the unit associated with a value. For instance, there would be a Temperature column and the next column would be Temperature unit Column. I would like merge the values of these columns but still be able to filter the value based on datatype. Is there an easy way to do this?
In the example above I want the Temperature column to show its value + value of its companion unit column but still be allowed to filter (such as Temperature > 30.)
In the example above I want the Temperature column to show its value + value of its companion unit column but still be allowed to filter (such as Temperature > 30.)