Some cells I need the mask set just for the time and others I need it for the date and the time and others I need it just for the date.
I'm able to set the mask at the column level but not the cell level. I found this other post that seems to be along the same lines, but not sure. Could you provide a code sample?
http://es.infragistics.com/community/forums/t/17954.aspx
Thanks,
David
I just realized that the reason it was showing just the time is because I had not removed the text mask on the column. All is good. Thanks to both of your for your help.
Hello David,
Thank you for your response.
To get the behavior you're looking for, you need to set the FormatString property on the various UltraDateTimeEditor instances as I've done in the attached sample. This property uses the standard .NET string formatting code.
Please let me know if I may be of further assistance.
Please reread what I've written above after reviewing the enclosed screen shot.
Please let me know if the sample project Mike provided earlier has the behavior you're looking for. Also, please provide screenshots so we can get a clearer picture of the issue you're facing.
How do I set a mask on a cell at the initialize row event?