Is it possible to combine 2 columns into 1?
What do you mean by "combine"? Combine in what way? Combine the values?
In this case I have 2 columns. The first is a date and the second is a time.
Because this is getting data from a legacy database I do not have the luxury of changing the table. Ideally I would combine the fields in the DB. My other option is to alter the view to do the combining, but was wondering if the grid could accomplish this .
So, yes I want to concatenate the fields into one.