I didn't see anything regarding this, so here it is. I have a WebDateChooser (below) and I have set the NullDataLabel="Select a Date", but it still displays null. Is there another property I need to set? If I set AllowNull="false", then of course it shows the current date, which isn't what I want. If someone could help, it will be greatly appreciated. Thanks!
<igsch:WebDateChooser ID="igDueDate" columnkey="Due Date" runat="server" NullDataLabel="Select a Date" AllowNull="true" Section508Compliant="true" Format="Short" ></igsch:WebDateChooser>
Hi dbishop9,
This is an initial update to let you know that I have your inquiry. I will follow-up with you regarding this matter on or before Friday.
I have solved this issue. Apparently, I simply had NullDateLabel spelled NullDataLabel.