Hello,
I am facing one problem
i have 5 column inside Ultrawebgrid and one column is date field column
when date field coulmn in edit mode it is display date in "Sat Feb 2 00:00:00 UTC+0530 2008" format
but i want date format in "MM/dd/yyyy" in edit mode of cell.
is there any way to set date format cell in "MM/dd/yyyy" when cell Edit mode?
Thanks in Advance.
Sonu.
Normal 0 21 false false false BG X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}
I tried to find a suitable property for your case, unfortunately to not avail... that is default formatting of the UltraWebGrid. You can use WebDateChooser or WebMaskEdit
Hope this helps.