Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
860
funny behavor when grid sits in UpdatePanel
posted

I am noticing that the grid seems to be firing previously fired event when the grid sits in and update panel.   I have a WebDropDown defined as follows:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<ig:WebDropDown ID="wddTearSheetLevel" runat="server" Width="300px"

 

 

 

AutoPostBack="True" onselectionchanged="wddTearSheetLevel_SelectionChanged">

 

 

 

<Items>

 

 

 

<ig:DropDownItem Selected="False" Text="Security Level" Value="SEC_LEVEL">

 

 

 

</ig:DropDownItem>

 

 

 

<ig:DropDownItem Selected="False" Text="Peer Group" Value="PEER_GROUP">

 

 

 

</ig:DropDownItem>

 

 

 

<ig:DropDownItem Selected="False" Text="Security Classification"

 

 

 

Value="Q_SEC_CODE">

 

 

 

</ig:DropDownItem>

 

 

 

</Items>

 

 

 

</ig:WebDropDown>

Update Panel Trigger, which fires on the selection change of the dropdown.

 

 

 

 

 

 

 

<Triggers>

 

 

 

<asp:AsyncPostBackTrigger ControlID="wddTearSheetLevel" EventName="SelectionChanged" />

 

 

 

 

 

 

</Triggers>

If i change selection in the grid, the change gets posted just fine.  When the new selectection come up and i decided to delete a row in the grid.  The selection event get fired again....

 

what gives?

Parents
No Data
Reply
  • 49378
    posted

    Hi mdelgado,

    It has been some time since your post, however in case you still need assistance I would be glad to help.

    I have tested the scenario with a 11.2 WebDropDown inside an update panel but am so far unable to replicate the behavior you describe. I would need more information about the grid that you are using which is somehow related with the WebDropDown.

    Please let me know if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Children
No Data