I have the following code for my WebDropDown; located in a table. For some reason, the SelectionChanged event never fires! I see that it does post back, but SelectionChanged doesn't fire (even though I select report 1 or 2) and then once the post back is done, it reverts back to the first (blank) row! What's going on? How can I get the event to fire? What is even stranger is that this works in another project just fine!
<ig:WebDropDown ID="wddReportType" runat="server" AutoPostBack="True" EnableViewState="true" AutoSelectOnMatch="False" DisplayMode="DropDownList" StyleSetName="Default" EnableClosingDropDownOnSelect="false" EnableAutoCompleteFirstMatch="false" KeepFocusOnSelection="false" EnableAutoFiltering="Client" EnableCustomValueSelection="false" EnableCustomValues="false" Width="95%" onselectionchanged="wddReportType_SelectionChanged"> <AutoPostBackFlags SelectionChanged="On" ValueChanged="Off" /> <AjaxIndicator Enabled="True" /> <Items> <ig:DropDownItem Key="None" Text="" Value="None" ToolTip="Please select a report"></ig:DropDownItem> <ig:DropDownItem Key="Report1" Text="Report 1" Value="Report1" ToolTip="Report one"></ig:DropDownItem> <ig:DropDownItem Key="Report2" Text="Report 2" Value="Report2" ToolTip="Report two"></ig:DropDownItem> </Items></ig:WebDropDown>
Hi all,
I have investigated the matter by replicating the described conditions as closely as possible, however I am still unable to replicate the scenario ( tests were done using versions 10.2 and 11.1).
Please can you provide us with more information such as product version. A sample illustrating the scenario would be greatly appreciated and will be extremely helpful in isolating the issue.
I will keep you posted with any developments.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Hi again,
Just to let you know that 10.2 is no longer a supported version. Currently supported versions are 10.3+
Best regards,
I am following up to check whether you are still experiencing any issues. Please do not hesitate to contact me if you need further assistance.
Hi Ritesh01Infragistics,
I have attended to your question in the following discussion:
http://blogs.infragistics.com/forums/t/60092.aspx
Please refer to the above thread for more information.
Best Regards,Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
Hi,
I am using Infragistics 10.3 and the value change event is inconsistent.
On Key down or Key up press from Keyborad, the event fires correctly but not when the dropdown is expanded and the an item is selected.
<ig:WebDropDown runat="server" ID="ddlSelectCompany" Width="250px" DropDownOrientation="BottomLeft" DisplayMode="DropDownList" EnablePaging="False" EnableDropDownAsChild="false" Enabled
="True"
EnableViewState="true" OnValueChanged
="ddlSelectCompany_OnValueChanged">
<AutoPostBackFlags ValueChanged="On" SelectionChanged ="Off"
/>