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
170
ServerEvent:OnSelectionChanged
posted

I'm using VERSION:13.2.20132.1003 WEBDATATREE.


<ig:WebDataTree ID="uwtReport" runat="server" DefaultImage="" ExpandAnimation="None"
FileUrl="" Font-Names="Microsoft Sans Serif" Font-Size="15pt"
HoverClass="" Indentation="20"
TargetFrame="" TargetUrl="" OnSelectionChanged="uwtReport_SelectionChanged"
Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" SelectionType="Single">
<ClientEvents SelectionChanged="uwtReport_BeforeNodeSelectionChange"/>
<AutoPostBackFlags SelectionChanged="On"/>
</ig:WebDataTree>

I don't know why i can't debug uwtReport_SelectionChanged method.

Thanks.

Parents
No Data
Reply
  • 49378
    posted

    Hello EvenChen,

    Can you confirm whether the tree is successfully posting back on a change in the selection - for instance, is Page_Load fired ? It would be helpful if you could provide me with a working sample illustrating this behavior to allow me to examine this further.

    As you are also using the RTM build for 13.2, I would suggest updating to the latest Service Release.

    Please do not hesitate to contact me with any questions or updates.

Children