This question is locked. New answers and comments are not allowed.
Hi,
I need a basic date editor for Silverlight. The editor needs to do the following:
1.) allow the entry of the following example string of numbers and interpret them as a date. Example: 01011950 is interpreted as 01/01/1950; 010150 is interpreted ast 01/01/1950; 010112 is interpreted as 01/01/2012 (any year beyond '40 is rounded to the prior century)
2.) I would like the two / characters to automatically display in the editbox (without the user having to enter the slashes)
3.) I don't want a calandar control to show (reason is that our use is to enter a large number of historical dates from decades ago, and a calandar control is not so useful...the users use the numeric keypad of their computer...hence, they can't (easily) type in a / character.
4.) I want to use this control either stand alone on a page, or as an editor for the cell of a grid.
Can telerik's controls do this for me?
Thanks!
Andy
I need a basic date editor for Silverlight. The editor needs to do the following:
1.) allow the entry of the following example string of numbers and interpret them as a date. Example: 01011950 is interpreted as 01/01/1950; 010150 is interpreted ast 01/01/1950; 010112 is interpreted as 01/01/2012 (any year beyond '40 is rounded to the prior century)
2.) I would like the two / characters to automatically display in the editbox (without the user having to enter the slashes)
3.) I don't want a calandar control to show (reason is that our use is to enter a large number of historical dates from decades ago, and a calandar control is not so useful...the users use the numeric keypad of their computer...hence, they can't (easily) type in a / character.
4.) I want to use this control either stand alone on a page, or as an editor for the cell of a grid.
Can telerik's controls do this for me?
Thanks!
Andy