Look into this Binding class constructor:
Binding(string propertyName, Object dataSource, string dataMember, bool
formattingEnabled, DataSourceUpdateMode dataSourceUpdateMode, object
nullValue, string formatString, IFormatProvider formatInfo)
You can specify format you want and more...
On V1 project you could use Format/Parse event handlers. Make sure you've
added these to the Binding before it's added to the collection.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).