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.