Welcome Guest Search | Active Topics | Sign In | Register

ToolBar itemclick event not firing Options
sarad1978
Posted: Wednesday, April 14, 2010 10:55:09 AM
Rank: Member
Groups: Member

Joined: 11/25/2008
Posts: 22
i'm using the toolbar and wanted to customize the events when clicked. I used the "onitemclick" but nothing seems to fire, is there something else i need to do?

Code: HTML/ASPX
<eo:ToolBar ID="ToolBar1" runat="server" BorderColor="LightGray" 
                                BorderStyle="Solid" BorderWidth="1px" onitemclick="ToolBar1_ItemClick" 
                                TextAlign="Underneath" Width="400px">
                                <DownStyle CssText="background-color:#e0e0e0;border-bottom-color:gray;border-bottom-style:solid;border-bottom-width:1px;border-left-color:gray;border-left-style:solid;border-left-width:1px;border-right-color:gray;border-right-style:solid;border-right-width:1px;border-top-color:gray;border-top-style:solid;border-top-width:1px;cursor:hand;font-family:Tahoma;font-size:12px;margin-bottom:3px;margin-left:4px;margin-right:4px;margin-top:3px;padding-bottom:3px;padding-left:6px;padding-right:6px;padding-top:3px;" />
                                <HoverStyle CssText="BORDER-RIGHT: gray 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: gray 1px solid; PADDING-LEFT: 6px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; MARGIN: 3px 4px; BORDER-LEFT: gray 1px solid; CURSOR: hand; PADDING-TOP: 3px; BORDER-BOTTOM: gray 1px solid; FONT-FAMILY: Tahoma" />
                                <Items>
                                    <eo:ToolBarItem CommandName="Export" ImageUrl="00101002" Text="Export" 
                                        ToolTip="Export">
                                    </eo:ToolBarItem>
sarad1978
Posted: Wednesday, April 14, 2010 11:00:25 AM
Rank: Member
Groups: Member

Joined: 11/25/2008
Posts: 22
nevermind. I forgot to set the autopost to true.d'oh! d'oh!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.