Browse By Tags

  • Adding Parent row on button Click Event

    Hi,

    Am working with WHDG for the past 1 week and now i can able to set the values for the WHDG from dataset.I have a button outside of the grid on the button clicking event i want to add the new row to the grid.When i tried this what happening is during…

  • Adding Child Row in Template Field

    Hi,

    I have created the child bands with the templates consisting 2Textboxes , image,Button.When i click on the button i have to add the new child rows either with or without the template field.Is it possible to add the empty child row for the template…

  • WHDG - loss of styling on rows

    Hi all,

    I have a grid and I am applying custom styling to the rows during the row initialize event.

    In my production application I consistently experience this loss of styling on the 9th row in every grid.

     

    I have attached a sample application replicating…

  • how to add new row to child band ?

    Hi,

    I have created a WebHierarchialDataGrid with a child band. Both the AutoGenerateColumns and AutoGenerateBands are false.

    The Markup code for the child band is as follows:

    <

     

     

     

    Bands>

    <ig:Band AutoGenerateColumns="false"…

  • Couldn't bind the child band dynamically

    Hi,

    I have to bind the Hierarchial Grid with the dataset. For each row in Parent grid, a blank child band should be binded with "add New Row" option.

    Users should be able to add new row to the child band and Parent grid dynamically.

    I referred…

  • WHDG child row and horizontal scroll

    hello,
    I'm working with Infragistics asp.net 10.2 controls (version 10.2.20102.1011).

    I have a WHDG with fixed width to 1000px.
    My band childs, each row, needs a greater size than that 1000px and in this case, I'd rather than the horizontal scroll…

  • Webhierarchicaldatagrid - null or not an object error ( this._rowIslands[i].dispose(); )

    Hi  I am using control : Webhierarchicaldatagrid  version :Version=9.2.20092.2183

    In my Webhierarchicaldatagrid  i am having child grid.In that child grid i am having link button as template column.If i click child grid link button i got some javascript…

  • difference between Firefox and IE

    When using the webhierarchicaldatagrid (version 2009.2) from Infragistics everything works fine in Firefox. I see 'master' data with 'child' data. When viewing the same page in IE it looks terrible. We can select the text and then we see it highlighted…

  • Creating bands for childnodes in code behind without postback

    Hello, I am creating my whole WebHierarchicalDataGrid in a separate function in codebehind.

    I create a couple of Dataviews with Relations and bands with columns for the levels.

    Now some strange things happen:

    As soon as i set the initialbandwith to…

  • WHDG script error with IE 9

    Hello,

    this is my first post here.

    I am using infragsitics controls for winforms and asp.net for a while and feel to have a good understanding how to use them now, but this time it doesnt seem I can solve my problem.

    In my current project I use a WHDG…

  • WebDataMenu for WebHierarchicalDataGrid results in error when isContextMenu is true

    Hello,

     

    When I use the provided sample code to use the WebDataMenu for the WebHierarchicalDataGrid  control I am gettign the following error. I checked that there is no other control on the page and I renamed the Id multiple times and still i get the…

  • webhierarchical grid and Entity Framework

    Good day,

    I am trying to get the WebHierarchicalDataGrid working in combination with EDM. In EDM i created an entity called Employees with a primary key on employeeID and an association to itself from ReportsTo to EmployeeID.

    In what way can i…

  • Case insensitive drilldown data

    Hi,

    I am binding a DataSet to HierarchicalDataGrid. DataSet contains two data tables, Table1 and Table2. Both the table has one column on which DataRelation has been formed. Table1 is master table and Table2 is child table.

    Table1 contains two reco…

  • Filtering Events

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

    Thanks

  • Problem with WebHierarchicalDataGrid in combination with EDM

    Good day,

    I am trying to get the WebHierarchicalDataGrid working in combination with EDM. In EDM i created an entity called Employees with a primary key on employeeID and an association to itself from ReportsTo to EmployeeID.

    In what way can i make…