Browse By Tags

  • WebHierarchicalDataGrid - Error: ASP.NET Ajax client-side framework failed to load.

    I have an WebHierarchicalDataGrid which is populating and I can drilldown but only one time, when I drill down another record I get "Error: ASP.NET Ajax client-side framework failed to load."

    Can anyone help me!

  • ASP.NET - WebHierarchicalDataGrid - Ajax Controls with Multiple Forms

    Hi, we have a problem with ajax controls using WebHierarchicalDataGrid ( Version 10.3.20103.1013 )

    Our pages is encapsulated into master page with two form inside, when update, create, delete row from datagrid is always used the first form "frmLoginSilente…

  • How to obtain the current paging page's number

    Hello, i need make severals actions when user click on one of the paging numbers so i'll need to obtain the current paging page number and i have no idea how i could do it. Could anyone help me?. It's almos a dead or alive question.

    Thanks and…

  • Filtering Events

    Does anyone know what event is firing when you clearing filter in WHDG?

    Thanks

  • WebHierarchicalDataGrid is not working in .net 2.0 framework in vs2008

    Hi ,

    I had a my current project working in 2.0 framework with in infragistisc 2008 version

    I upgraded to Ajax enable website  and upgraded using infragistics 2010 Vol 1 upgrade utility.

    After that i added the WebHierarchicalDataGrid and done the coding…

  • WebHierarchicalDataGrid Expand/Collapse

    I have a WebHierarchicalDataGrid in place and its works fine if i had data in both the parent and child tables.

    Say, if i clear my child table referered in the Grid and display the grid. I get the Parent rows visible but i cannot see the expand/collapse…

  • Error using the WebHierarchicalGrid

    I have downloaded the CTP today, followed the video at

    https://www.youtube.com/playlist?list=PLDAFFE8C757FED32E, but am having the error

     The type 'Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource' exists in both 'c:\WINDOWS\assembly\GAC_MSIL…

  • WebHierarchicalDataGrid error on PostBack when editing

    I attached a sample project, without the ig_res folder. I am using version 10.2. To reproduce the issue, you can edit a value in the grid and click the "Test" button.

    The original problem we needed to solve was to display sums of values (subtotals…

  • Runtime Exception

    I'm trying to bind a HierarchicalDataGrid to a HierarchicalDataSource. The data source is composed of two objectdatasources. When I set the InitialDataBindDepth = 1 I can expand an see the child band. But when I set the InitialDataBindDepth = 0 and expand…

  • WebHierarchicalDataGrid Inserts an empty row after updating via UpdatePanel click.

    Hello, 

    I have a WebHierarchicalDataGrid  inside an UpdatePanel. The grid has a parent and a child grid, I am adding a new row data in the grid by using a popup iframe technique. Now what I am doing is after adding the data I am refreshing the WebHierarchicalDataGrid…

  • Manual load on demand

    I bind a WebHierarchicalDataGrid to a List<MainItem>.  "MainItem" is my custom object and has List<SubItem> member which is initially not populated.  

    I want to be able to expand "MainItem" rows and get subitems only when it is…

  • The data does not correspond to valid JSON.

    Hi all,

    after a couple of days of looking for a solution to my problem, I hope you'll be able to help me.

    I am getting the "Cannot deserialize" error when attempting to add a new row in my child band.

    Here is my aspx:

    <

     

  • Auto collapse other child bands in WebHierarchicalDataGrid

    Hi,

    Is it possible/difficult that when a row is expanded, other rows are automatically collapsed?

    i.e. only allow one drilldown at a time.

    I'd like to see it as a selectable feature of the control, but would accept using a short script to achieve the…

  • WebHierarichal Grid to work with generic class

    Please let me know how can i make the grid to work with a generic class.  if i want to add a object to the grid which has parent and child relationships also then how can i achieve it.

    I have set the autogeneratebands = "true" but it does not work. Then…

  • Support - How does it work?

    I'm new to Infragistics controls (for ASP .net), and in trying to use WebHierarchicalDataGrid, I've stumbled upon a few limitations. e.g., data validation, programmatically applying the data filters, row editing templates...

    I've seen many related…

  • WebHierarchialDataGrid - how to add child row

    I am currently working on an application in which I have a parent level and a child level. How can I add a child row under a parent via javascript?

  • How to find parent of selected Row

    Hi,

    I'm using code similar to video example and some posts here to retrieve row data from a whdg with single-row selection:

     

     

    var grid = ig_controls["ctl00_cphMain_whdg1_ctl00"]
    var behav = grid.get_behaviors();
    var rows = behav…