Hi ,
I have a xamdatetimeeditor as mandatory in a form . Need to change the color after selecting a date from it . Which property to use and what eventhandler is to be used .
Help would be appreciated
Thanks
Jeevan Vinay
Hello,
I am just checking if there is anything else I can do for you.
Hello Jeevan,
Thank you for your post.
I have been looking into it, but it seems like I am missing something about your scenario, so if this is still an issue for you, could you please send me, an isolated sample project, where this is reproduced or modify the sample application that I have attached in my previous post with the functionality that you are using, so I can investigate it further for you. If you want to set only the background of border you can use BorderBrush property of XamDateTimeEditor.
Would you please provide with more details about the functionality that you are looking for? It will be great if could apply a image that illustrate the behavior, that you are trying to achieve.
Looking forward to hearing from you.
I meant when i select date from the xam date time editor , the border color of the xam date time editor should change and when i view the details the color should not change .
Thank you
I have been looking into the functionality that you are trying to achieve and I am not sure that understand correctly your requirements. If you wish to change the background color of the XamDateTimeEditor when select some date, that I can suggest is to handle the ValueChanged event of XamDataTimeEditor. In the event handler you can get the control by sender and set its Background property to some color. I created short sample application based on your scenario to show you how you can implement this functionality. Please let me know if I am missing something from your scenario and feel free to modify the sample application that I have attached, so I can further investigate it for you.
Please let me know if you need any further assistance on the matter.