I used Material Theme.
My RadComboBox when is NonEditable don't have Material style but when is Editable have Material style, Why?
My RadComboBox when is NonEditable don't have Material style but when is Editable have Material style, Why?
4 Answers, 1 is accepted
0
Hi Mahdi,
Thank you for the screenshot.
The described behavior is possible to occur if both Xaml and NoXaml dlls have been used. Please, ensure that you're using only one of them.
Attached, you can find a sample project in which I've used NoXaml dlls. Please, review it and let me know if it delivered the desired result.
Regards,
Dimitar Dinev
Progress Telerik
Thank you for the screenshot.
The described behavior is possible to occur if both Xaml and NoXaml dlls have been used. Please, ensure that you're using only one of them.
Attached, you can find a sample project in which I've used NoXaml dlls. Please, review it and let me know if it delivered the desired result.
Regards,
Dimitar Dinev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Mahdi
Top achievements
Rank 1
answered on 01 Aug 2019, 04:49 AM
Hi Dimitar Dinev,
Thank you for your answer.
I reviewed your sample but it had same problem.
I attached your sample screenshot.
0
Hi Mahdi,
Since I tested the described scenario and was able to reproduce the behavior by using both Xaml and NoXaml dlls, I forgot to delete the Xaml ones.
Attached, you can find the updated project with NoXaml only dlls. Please, review it and let me know if you got the desired behavior.
Regards,
Dimitar Dinev
Progress Telerik
Since I tested the described scenario and was able to reproduce the behavior by using both Xaml and NoXaml dlls, I forgot to delete the Xaml ones.
Attached, you can find the updated project with NoXaml only dlls. Please, review it and let me know if you got the desired behavior.
Regards,
Dimitar Dinev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Mahdi
Top achievements
Rank 1
answered on 03 Aug 2019, 08:07 AM
Hi Dimitar Dinev,
It's Great.
Thanks a lot.