I am working with some Date fields in Microsoft Dynamics CRM 2011 and want to get rid of the little calendar icon that brings up the date selector. This selector is just too unwieldy for use of dates more than a month old. Any thoughts on how to get rid of it?
Share
Here’s a couple ways (both require adding a JavaScript web resource and using the following code inside of a function which you register as the OnLoad event on the form):
1:
2:
If you want the input to take up the rest of the space you could hide the parent TD cell and then set the colSpan to 2 on the previous TD cell.
Feel free to add null checking 😉