Browse By Tags

  • WebTree add node bug

    I am sending the project and WebTreeIssue.doc file which explains the bug.

    Thank you.

  • WebTree expand and collapse in Conditional Update Panel

    I have two web trees in a page. One of the trees is inside a conditional update panel. The other tree is placed outside the panel. When the page loads for the first time every thing works fine. But when the conditional ajax update panel is updated, the…

  • Loading indicator

    Please help me to add some loading indicator and show it during some node in UltraWebTree is expanding.

    Is there a possibility to use UpdateProgress ASP.Net AJAX control ? 

  • Nodes Does Not Show Up

    This is my ASP code. I just took it from a sample:

    <

    ignav:UltraWebTree ID="AccessTreeView" runat="server" Cursor="Default" ForeColor="Black"

    Font-Size="8pt" Font-Names="Verdana" BorderC…
  • Ultrawebtree memory leaks when beeing used within an UpdaPanel

    Hello!!

     I'm experiencing some memory leaks on IE and Firefox when using an Ultrawebtree within an UpdatePanel (AJAX.NET).

    After 40 postbacks (asynck postbacks doing partial rendering) I'm having about 3 MB in IE 7 and 2 MB in FireFox 3.0. It is a…

  • UltraWebTree Drag and Drop using server Events

    Hello

    We have a challange with implementing drog and drop on the server side.

    On the server code we have Event heandler for NodeDropped server event. This event work well. We need to get 2 node object to make some actions with appropriate objects.

  • Webtree with ManualSmartCallbacks Expands 2 Levels On each DemandLoad

    Each time a demand load occurs within my webtree it expands the node I click on and the first node that is added to the selected node too.

    i.e. Rather than just the children of the selected node being displayed it also dislays their children.

    Could…

  • Need a Sample - Getting all Checked nodes on Postback / Submit

    I would like to know if anyone have a sample where I get a list with all the nodes checked, Children and parents. 

    I would prefer getting it clients side so that I can pass it to a webservice (AJAX) and not do a postback. 

    If this is not the recomended way…

  • Viewstate exception when adding controls dynamically

    I am using UltraWebTree to navigate several reports (MS reportingservices <rsweb:ReportViewer>). This works great to go from node to node and I can get 1 report to open via a drilldown "Jump To URL" navigation inside a report. I'm encoun…