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

Error upgrading to 2010Q2

2 Answers 48 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Andrea Del Brocco
Top achievements
Rank 1
Andrea Del Brocco asked on 16 Jul 2010, 03:25 PM

Hello, i have a asp:ImageButton in a ItemTemplate with precedent version the command is fired in OnCommand and in OnItemCommand
with newest version the events of command does not fire.

I have to go back and reference Q1 2010 again.

Thanks a lot
Andrea



<

 

 

telerik:RadListView ID="listMenu" runat="server" ItemPlaceholderID="menuHolder" AllowPaging="true" OnItemDataBound="listMenu_ItemDataBound">

 

 

 

<LayoutTemplate>

 

 

 

<div class="menuContainer">

 

 

 

<asp:Panel ID="MenuPanel" runat="server">

 

 

 

<div class="menu">

 

 

 

<asp:PlaceHolder ID="menuHolder" runat="server"></asp:PlaceHolder>

 

 

 

</div>

 

 

 

</asp:Panel>

 

 

 

</div>

 

 

 

</LayoutTemplate>

 

 

 

<ItemTemplate>

 

 

 

<div class="category">

 

 

 

<div class="categoryHead">

 

<%

 

#Eval("CodiFunzione")%>

 

-

 

<span class="descFunzione">

 

<%

 

# Eval("DescFunzione") %></span></div>

 

 

 

<telerik:RadListView ID="listSubMenu" runat="server" ItemPlaceholderID="subMenuHolder" OnItemCommand="listSubMenuOnItemCommand">

 

 

 

<LayoutTemplate>

 

 

 

<asp:Panel ID="subMenuHolder" runat="server" />

 

 

 

</LayoutTemplate>

 

 

 

<ItemTemplate>

 

 

 

<div class="selected">

 

 

 

<div id="content">

 

 

 

<div class="Funzione">

 

 

 

<asp:ImageButton CssClass="imgFunzione" ID="btnMenuItem" runat="server" AlternateText='<%# Eval("DescFunzione") %>' ToolTip='<%# Eval("DescFunzione") %>'

 

 

 

CommandName="Redirect" OnCommand="btnMenuItemOnCommand" CommandArgument='<%# Eval("IdFunzione") %>'

 

 

 

ImageUrl='<%# String.Format("~/Common/Images/Menu/128/{0}", Eval("IconName").ToString()) %>' />

 

 

 

</div>

 

 

 

<div class="nomeFunzione">

 

<%

 

#Eval("CodiFunzione")%></div>

 

 

 

</div>

 

 

 

<div class="helpFunzione">

 

<%

 

#Eval("DescFunzione")%></div>

 

 

 

</div>

 

 

 

</ItemTemplate>

 

 

 

<ItemSeparatorTemplate>

 

 

 

</ItemSeparatorTemplate>

 

 

 

</telerik:RadListView>

 

 

 

</div>

 

 

 

</ItemTemplate>

 

 

 

</telerik:RadListView>

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Rosen
Telerik team
answered on 19 Jul 2010, 01:11 PM
Hi Andrea,

Indeed I was able to observe similar to the described behavior. However our developers has managed to addressed it, therefore please download the next internal build and let us know if it helps. Meanwhile I have updated your telerik points as a token of gratitude.

Greetings,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andrea Del Brocco
Top achievements
Rank 1
answered on 19 Jul 2010, 10:31 PM
Thanks
i'll try the next version
and then i advice you according to the result

Andrea

Tags
ListView
Asked by
Andrea Del Brocco
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Andrea Del Brocco
Top achievements
Rank 1
Share this question
or