Hi
We try to replace the old UltraWebTree (v5.3) By the new one WebDataTree (v10.3 for asp.net frame work 3.5 )
But we notice that the node click event on the server side is not fired as before with (v5.3)
Note :
1/ we take care to add <AutoPostBackFlags NodeClick="On" /> .
2/ We use VS 2010 but our web forms application still uses the old fashion code behind model :
I mean juste aspx+ aspx.cs files and no aspx.designer.cs .
3/ We have also tried to catch the click event on the client side with (v10.3) and it works fine .
Thanks
aspx Form :
------------------
="server">
>
="0">
: url(APP_THEMES/<%=Page.Theme%>/IMAGES/searchbg.JPG);">
/Images/ig_menuBlueLeft.GIF"
/>
="100%">
="treetd">
="XmlDataSourceForTree"
:left"
="WebTree_NodeClick">
aspx.cs :
---------
we impements the event handler:
protected
e)
Hi Bhadresh
Finally we found the source of the problem. it was the element <xhtmlConformance/> which was set to the legacy mode in the web.config file.
We removed this element like recommanded in the link http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx and now the node clik event (server side) works fine.
Thanks for your help
Regards
Hello,
Were you able to reproduce the behavior you described using the sample I have provided?
Update me if you have any further questions with this matter.
Thanks,
Bhadresh
Thanks for markup provided. Based on the mark Up I have put together a sample and I was able to fire “NodeClick” event when text of node is clicked. I have attached sample for you to review.
Test the sample on your machine. Due to sample size restriction I have removed ig_res folder. Add this folder on your end. If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. I have tested the sample using Windows 7, and version 10.3.20103.1013 of Net Advantage for .NET’s toolset, Visual Studio 2010, IE 8, C#.
If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send me a sample of your own that demonstrates the issue.
Please let me know if you have any further questions with this matter.
Hi there,
The version that you currently have is the original 10.3 release version. Is it possible for you to apply the latest service release (I believe it just came out) and see whether you can still reproduce the issue? In any case please let us know so we would investigate further if the issue is still reproducible!
Thank you for using the Infragistics forums!
Hi,
We have the release of the 18th oct 2010, Could you please tell us if it's the latest release for 10.3 ?
We tried to put the webdatatree outside the table. But we still have the same issue.
We use many frames in our solution and the tree is inserted in one of them.