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

radbutton enable problem

3 Answers 141 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
mampus
Top achievements
Rank 1
mampus asked on 29 Dec 2010, 04:03 PM
Hi there....
I'm using Winform 2010 3 10 1109 dev....
I'm attached picture when the button is enable, disable, then I'm enable it again....
there are something wrong, the button not looks like the first when i'm enable it...
but the function is the same...
What's wrong with the button...??
first enable
disable
enable Again

3 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 29 Dec 2010, 05:00 PM
Hello,

In the latest version (2010 Q3 SP1) I'm unable to replicate your issue. I know there were several visual glitches fixed in the latest version, however, please could you try this.. It's just two buttons on a form

Private Sub RadButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadButton2.Click
    Me.RadButton1.Enabled = Not Me.RadButton1.Enabled
End Sub

If this does not work for you, I'd advise upgrading to the latest version.
Hope that helps
Richard
0
mampus
Top achievements
Rank 1
answered on 30 Dec 2010, 09:46 AM
hi there..
i'm already upgrade to the latest version..but it didn't solve the problem...
anyway i'm solve that with choose another theme...
thanks for your help....
0
Stefan
Telerik team
answered on 03 Jan 2011, 11:04 AM
Hi mampus,

Thank you for writing.

As Richard said, there were some glitches with the theme in version 2010.3.10.1109. They are solved in our latest release - 2010.3.10.1215. 

If you continue experiencing this issue, please open a new support ticket with a small sample project that reproduces it. This will allow us to investigate the case further and provide you with adequate support. 

Best wishes,
Stefan
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
mampus
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
mampus
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or