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

Radio buttons - check position to right of button

2 Answers 100 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 27 Apr 2009, 04:39 PM
I am using an example to show / hide filter rows from documentation, but The Form Decorator is making them behave oddly.

When you go to click the radio button it will not check unless you are slightly off the button to the right side on the First Letter of the Text.

Is this a bug ?  There is no other style applied to the radio buttons.

Show filters

<br /> <input id="Radio1" type="radio" name="showHideGroup" onclick="showFilterItem()"/>Yes &nbsp;

 

 

<input id="Radio2" type="radio" name="showHideGroup" onclick="hideFilterItem()"/>No

 

calls :

 

 

<script type="text/javascript">

 

 

 

 

 

 

function showFilterItem() {

 

$find(

'<%=RadGrid1.ClientID %>').get_masterTableView().showFilterItem();

 

}

 

function hideFilterItem() {

 

$find(

'<%=RadGrid1.ClientID %>').get_masterTableView().hideFilterItem();

 

}

 

</script>

 

 

 

2 Answers, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 27 Apr 2009, 04:50 PM
On further examination it seems to work OK on the default skin,  however different skins  give different behaviors.
Sometimes both boxes click point is off, and on the black or blue skins - only my first radi button is off , but the second button clicks where it is supposed to.

I'm thinking skin style issues

0
Georgi Tunev
Telerik team
answered on 28 Apr 2009, 12:01 PM
Hello David,

I tried to reproduce the problem locally but to no avail. Could you please modify the attached test page in order to recreate the problem and send it back to me in a support ticket? If possible please send some screenshots of the observed behavior as well.

Thank you in advance for your cooperation.


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FormDecorator
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or