Hi,
I am using Ultrawebgrid 9.1 for ASP.net. I am using one for the grid column to display date time input.
<
igtbl:UltraGridColumn Width="110" IsBound="true" BaseColumnName="SubmittedOn" DataType="System.DateTime" HeaderText="Submitted On" Type="NotSet" Key="JobStatus.SubmitTimestamp"></igtbl:UltraGridColumn>
This displays mm/dd/yyyy HH:MM:SS AM/PM time format.
My Webserver regional settings will always be Engilish-USA.
What I want is that if My client is using the Germany Regional settings then the Date format will display on client browser like dd.mm.yyyy HH:MM:SS AM/PM
I am wondering is there any way to set the date format on client side?