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.
Hello,
If you don't have any further questions this case will be close in three business days.
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
Do you have any more questions regarding this matter?
Attached is a sample where you can do that, if you need just to display the data, of course if you need to perform updating and saving changes on that column, it would require more code and other issues.