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

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

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

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