I have a repeater with an item template. Within the item template, I have a WebDropDown. When I render the page, the first instance of the web dropdown works fine. All other instances of the WDD do not respond to user clicks, etc.
Posting a bit of sample code below for your reference.
<%@ Reference Page="~/reports/ReportParams.aspx" %><%@ Page Language="vb" MasterPageFile="~/MasterPage/DefaultMaster.master" AutoEventWireup="false" Inherits="Lynnco.SuiteEdge.Web.results" CodeFile="results.aspx.vb" %>
<asp:Content ID="Content1" ContentPlaceHolderID="mainContentHolder" Runat="Server">
<br> <asp:repeater id="rptData" Runat="server"> <ItemTemplate> PICK YOUR GL CODE : <ig:WebDropDown runat="server" ID="cbGLCode" Width="200px" DropDownContainerWidth="400px" />
</ItemTemplate>
</asp:repeater> <br/> <br/>
</asp:Content>
I am using Infragistics 13.1.
Am I doing something wrong? Can someone give me some guidance?
Hi,
If you still need assistance with this issue, please let me know.
Hello,
I tested the scenario you have described but the issue did not occur. I am attaching the sample I created. Please have a look and try to modify it to reproduce the issue, then send it back so I can investigate this further. Thanks