Hi,
When I set the enabled property on the webdatechooser, it disables the date text box, hides the calender icon, but displays an annoying dropdown button beside the date text box.
dateEffective.Enabled = false;
If you any of have used this proerty please help.
Thanks
Kevin.
And the links provided is not working.
Is there still no solution to this problem, where we disable webdatechooser, which look like a disabled dropdown.
Sumit Bhatia
HI,
The WebDateChooser has a DropButton property thats has an ImageUrlDisabled property that can be used to change the image of the DropButton, for when the control is disabled.
here is a help link to the DropButton:
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.WebDateChooser.v7.3~Infragistics.WebUI.WebSchedule.WebDateChooser~DropButton.html
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.WebDateChooser.v7.3~Infragistics.WebUI.WebDropDown.DropButton_members.html
Here is a help link to the ImageUrlDisable:
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.WebDateChooser.v7.3~Infragistics.WebUI.WebDropDown.DropButton~ImageUrlDisabled.html