Browse By Tags

  • Managing WebGrid Data from JavaScript/Ajax code

    I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All…

  • Related webcombos to load on demand (ajax)

    I have three related webcombos in webgrid.  Once the user selects the data in the first webcombo (static - preloaded), the second combo will be loaded via ajax, based on the first combo.  Then the third combo will be loaded via ajax based on the values…

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

  • Using WebGrid with AJAX UpdatePanel and custom scripts directory

    Hi,

    I'm rendering the grid as a result of a partial postback (using the UpdatePanel) and it has been working well until I changed the scripts directory via the web.config.

    Now I get a script loading error which seem to be raised by the page ScriptManager…

  • WebGrid selection to filter another WebGrid

    Oops..I placed in the wrong Discussion group.

     

    Hi,

    I am trying to filter a webgrid based on another webgrid's selection.  When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected…

  • Multi-column filtering in AJAX mode

    Hi all,

    I've encountered a problem today where I have an UltraWebGrid in AJAX mode that is "forgetting" filters when the page does a postback. Here's the setup:

     1. Grid has paging enabled.
     2. The InitializeDataSource method is handled…

  • Load on Demand Ajax Row Update Multi Band

     Strange thing append,

    whene the event  UpdateRow is fired from a cell of a child band

    the object  RowEventArgs e is missing some information.  in fact the e.Row.ParentRow is always Null.

    So i can't refere to information in the parent row. and i need those informations…

  • AJAX Filtering and html formatting

    Hi all,

    I have a search page, where the hits are shown in an UltraWebGrid. I use html formatting to highlight the search terms in the grid. In the InitializeRowEvent, the text of every cell containing the search_term is changed by replacing the search_term…

  • AJAX

    When I select the filter and it works very well. But for the next page, there are more lines. Because despite because of the accents, filters fail to adapt with accents.

    We use the option LoadOnDemand Xml and that creates the list manually filter and…

  • Can I display the grid Progress Indicator?

    I have a custom XMLHttpRequest link on each row of my grid.  When my users click on it I'd like to display the same progress indicator (the spinning arrows) that shows for sorting and filtering while waiting for the response.  Can anyone tell me how…

  • UltraWebGridDocumentExporter does not work when used in User Control?

    I'm having trouble getting a PDF export to work when I put my grid into a User Control. The same code works fine when it lives in its own aspx page. Are there any known issues with this?

    - All the User controls are inside a WebAsyncRefreshPanel:

    <igMisc…

  • webgrid and updatepanel problem

    I am using v5.3. Have webgrid inside in AJAX Updatepanel.

    Also have javascript to handle Cell Click. After page has been post, this event does not fire.

    Fire only once before page posted. Works fine without Update panel.

    Any help? 

     

     
  • SelectedRows collection losing contents on PostBack...

    Yes, I know this is basic - but...

    I perform a DataBind to a table stored in a business object on each PostBack.  The table is stored in a Session variable every time it is created or modified.  That way, the DataSource of the grid can be reestablished…