Browse By Tags

  • WebTab and FormView

    Hi,I am new to Infragistics.

    I have a ultraWebTab in my page and I create three Tabs in the WebTab. In one of  the tabs I put a formview control and want to use a Ajax cascading dropdown extander to a dropdown control in the formview.

    Now the problem…

  • 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…

  • webtreeview + asp ajax

    hi, i tried to use a webtreeview with ajax (scriptmanager and updtepanel) and it doesn`t work, when i use the treeview alone, it works normal, but when i agregate the updatepanel and the scripmanager the treeview click event not works, does anyone knows…

  • 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…

  • LoadOnDemand Nodes

    I was wondering if there was any way for me to detect nodes that are being loaded on demand? I noticed that there is not an "AfterDemandLoad" event that I can use to accomplish this so I was wondering if anyone had any ideas. My goal is to be able to…

  • UltraWebTree ManualSmartCallback and Drag Drop

    Hello everyone,

     I have an Inftragistics tree control in my application that is configured to do load on demand with manualsmartcallbacks. I would also like to give my users the ability to drag and drop elements in the tree. After the drop has occured…