I am trying to use DateTimeEditor as the editor for a column in Infragistics UltraWinGrids. I am having hard time to apply format to the display. I am wondering whether anybody can help me.
Hi,
If all you want to do is change the format, then you should set the MaskInput property of the column to something like "yyyy/mm/dd". Format is for non-edit mode and mask is for edit mode. Note that you don't need any data filter for this.
Sandip