This is strange and I've never seen this before (not even sure if I can describe this accurately), but I've recently added a xamComboEditor control to a new Silverlight application and I've bound it to my domain data source. At first I thought there was something wrong with the data source because the dropdown button didn't work and I couldn't set my cursor to the edit box area. After a while I noticed that I saw the bottom of my cursor above and to the left of the xamComboEditor control. Typing the first letter of one of the listed items will trigger the dropdown to open and select the appropriate item in the list so that seems to work correctly. I just can't click on the dropdown button or type directly into the edit area. I'm guessing that something may have rendered the edit area in the wrong spot? I'm also using the Office2010Blue theme that was packaged with the controls but I don't see anything there that would be affecting this and I haven't modified the themes.
As it turns out, the override for the slider in my Styles.xaml was th culprit. I guess the xamComboEditor uses the Silverlight slider. Going to have to be carefull stying SL controls in the future. Thanks again for your help.
Thanks for the quick response. I began creating a sample app as you requested and, in the process, discovered that there's something in my Styles.xaml that's overriding the behavior of the xamComboEditor. I've attached the offending Styles.xaml file. I'll try to start narrowing down which part of this is causing the problem.
Hi,
Could you please share a xaml snippet and probably the structure of the ItemsSource so I could try to investigate the issue you are experiencing. If you have a sample app that would be better.
Regards,