I made that one column id GridView is lookup from stored procedure. Stored procedure is joining two tables and date in queston is date, not date time, but in GridView it’s shown as Date + 0:00:00.
Any idea how to fix this?
(Ordinary columns dates are fine, but this lookup column is wrong).
Try with DisplayFormatString: documentation and demo. And for general date and time format strings documentation look here.