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

CheckBoxes are not Clickable/Selectable in RadGrid

2 Answers 130 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 10 Dec 2012, 12:45 AM
Hi,

I have a RadGrid with a Template column which has a checkbox in the header and a checkbox in the Item area.



Here's the Form Decorator in the Master Page:
<telerik:RadFormDecorator ID="FormDecorator1" runat="server"  Skin="Metro" DecoratedControls="Default" ControlsToSkip="Buttons" />


<
telerik:GridTemplateColumn UniqueName="TemplateSelect">
    <ItemTemplate>
        <asp:CheckBox ID="chkSelected" runat="server" OnCheckedChanged="RowCheckedChanged" />
    </ItemTemplate>
 
    <HeaderTemplate>
        <asp:CheckBox ID="CheckBoxHeader" runat="server" OnCheckedChanged="CheckBoxHeader_CheckedChanged" />
    </HeaderTemplate>
</telerik:GridTemplateColumn>


When I enable the FormDecorator, if I try to click on the Checkboxes (chkSelected) the Checkboxes are not selectable
but if I disable the form decorator everything works fine, I noticed that this only happens in the Checkbox
that is inside the <ItemTemplate> but not with the one that's inside the <HeaderTemplate>

Is there a fix or workaround to this issue?

Thank you.

2 Answers, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 10 Dec 2012, 07:47 PM
why does it take a long time for the questions to get answered?

I just want to know if this has been fixed or if there's a workaround, I've been searching all over this site but couldn't find a solution.
0
Danail Vasilev
Telerik team
answered on 11 Dec 2012, 11:46 AM
Hi Eric,

I have tried to reproduce your scenario and the checkbox seems to be working properly. You can see the short video I recorded during my test here. At the begging of the video I am checking the version of RadControls my current project is using. Could you confirm your RadContrls's version? Could you also share with us the browser you are having issues with and its version?

Your issue could be due to the server-side OnCheckedChanged event handler. Could you try removing it and run your page again? If the issue still persists could you try reproducing it with my VS example and then explain what kind of changes have you done?

Regarding your question about the response time - forum threads are community content and do not have a guaranteed response from Telerik. Nevertheless, we keep an eye on the forums and respond to the questions when that is possible. Generally speaking, above 95% of the questions in the forums get answered. If you need to receive an answer related to our products quickly, you should open a support ticket (its response time is 24h). Note that you should have an active subscription in order to open a ticket.

Greetings,
Danail Vasilev
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
Eric
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or