This is a migrated thread and some comments may be shown as answers.

Data Bound RadCheckBox not showing checkmark with MetroBlue Theme

3 Answers 98 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Paul B
Top achievements
Rank 1
Paul B asked on 15 May 2013, 12:58 PM
I have a UserControl that contains a RadCheckBox that is data bound (via Checked property) to a boolean property of a object via a DataSource on the UserControl. I am using the TelerikMetroBlue theme and for some reason when I show the UserControl the RadCheckBox is not showing the check mark. When I debug the application the boolean property is true, the RadCheckBox.Checked is true, the RadCheckBox.IsChecked is true, the RadCheckBox.ToggleState is on but for some reason the check mark is not rendering. If I remove the TelerikMetroBlue theme from the RadCheckBox the check mark displays fine.

Is the some issue involving the RadCheckBox, Data Binding and the TelerikMetroBlue theme?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 May 2013, 02:55 PM
Hello Paul,

Thank you for writing.

We are aware of issue related to your issue and we going to address both of them in the upcoming Q2 2013 release, which is expected in mid June. For time being you should use another theme.

Do not hesitate to write back anytime you have further questions.

Greetings,
Peter
the Telerik team
RadChart for WinForms is obsolete. Now what?
0
Paul B
Top achievements
Rank 2
answered on 17 May 2013, 05:37 PM
I was able to get around this issue by implementing my own refresh method that enables all of the RadCheckBox controls, forces a DataBind and then disables the RadCheckBox controls as needed.
0
Peter
Telerik team
answered on 21 May 2013, 02:37 PM
Hi Paul,

I am happy that you found a workaround. Should you have any other questions or suggestions, do not hesitate to contact us.

Regards,
Peter
the Telerik team
RadChart for WinForms is obsolete. Now what?
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Paul B
Top achievements
Rank 1
Answers by
Peter
Telerik team
Paul B
Top achievements
Rank 2
Share this question
or