We were using a standard Window object as the parent for our MainWindow. All was good. Then we wanted to do theming...couldn't do it easily, we found we needed to change to telerik:RadWindow. That's when everything went.....bad. No more window icons, no more task bar icon, no more showing up in taskbar. We've been able to figure out msot things and add more code to "fix" what we thought should be part of the default behaviour.
Then this morning my boss uses the mouse to try to change a value in a RadComboBox.....nope. Huh? I must have done something wrong? I don't think so. The change is in git and linked to the exact date we changed from Window to RadWindow..
How are you supposed to get mouse selections to work with a RadComboBox contained in a RadWindow?
I can. Let me see what I can do.
My dilemma is, I'm using telerik with nuget and environment variables. To setup a self contained and simple example, is going to take me much more time than I really care to deal with this issue. I'm sorry, I just find these telerik controls frustrating. Why am I using them then? GREAT question! But my company says so. So off I go, IMHO, wasting time chasing things like this. Sorry, I'm frustrated and need to vent. This isn't my first time with a company dictating tool usage and being forced to deal with functional and integration issues.
Yes, yes, i know, I know. If i want to get help on this, I need the simple sample. I'll try to "whip" one up now.