Hello,
We have 2 columns in Interactive grid: Date column and Time column. Both columns have Date data type in database table.
Both columns use Date picker type. Time column has HH:MI PM Format mask to show time.
The problem is that when Time is selected in Time column, for some reason it is saved in database with the first date of the month.
We need it to be saved with the value from the Date column. How do we achieve that?
Are there any other solutions to implement Time select in IG?