Hi,
I use WebDataGrid and WebHirarchicalGrid in my application. The issue is that when I have a BoundDataField of type DateTime the grid displays only the date part. The time part is not getting displayed.
Can some one let me know how to display the DateTime completely in the grid.
Hi nancy1985,
You should set a DataFormatString on your bound data fields that are bound to the date to display the date in the format you desire.
regards,David Young
HI David Young,
Could you please give me some sample for this.