Hello,
The current version of MS DateTimePicker has a property "Checked" and an option "ShowCheckbox" which don't appear to be supported by the newest Infragistics NetAdvantage for Win DateTimeEditor. Is there something I'm missing or is there a workaround or will that support be coming soon?
You are not missing anything. The UltraDateTimeEditor doesn't support this property. But it has something better... or at least a lot more flexible. :)
You can use the ButtonsRight and/or ButtonsLeft collection of the control to add buttons to UltraDateTimeEditor. Soif you want to add a checxbox, you could add a StateButton and set it to checkbox style. Then you would have the EditorButtonClick event of the control to set the value.
Hi,,
Me also face the Same problem. But i add checkbox in ultradatetime editor ... but i try to check and uncheck event is not working.. how to handle check and uncheck value
Use the AfterEditorButtonCheckStateChanged event. There is also a BeforeEditorButtonCheckStateChanged event.