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

Asp checkbox does not check

1 Answer 69 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
John Davis
Top achievements
Rank 2
John Davis asked on 14 May 2008, 02:13 AM
When the user clicks the checkbox ChkScroll it does not become checked. (As it would if it were not inside a tool bar.)  Is there a way to resolve this without using code in a postback event?
John

****

<rad:RadToolBar Font-Size="Smaller" Width="95px" ID="RadtoolbarScroll" runat="server"

AutoPostBack="True" Skin="Outlook" UseFadeEffect="True">

<Items>

<rad:RadToolBarButton runat="server" Text="btnChkScroll">

<ItemTemplate>

<asp:CheckBox ID="chkScroll" runat="server" Width="19px" Font-Size="Smaller" />

</ItemTemplate>

</rad:RadToolBarButton>

<rad:RadToolBarButton>

<ItemTemplate>

<asp:Label ID="lblScroll" Width="47px" runat="server" Text="Scroll" Font-Bold="true"

Font-Size="Smaller" EnableViewState="false"></asp:Label>

</ItemTemplate>

</rad:RadToolBarButton>

</Items>

</rad:RadToolBar>

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 May 2008, 03:25 PM

Hello John Davis,

We have already fixed this issue with service pack 1 released today (May 15).

Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolBar
Asked by
John Davis
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or