Browse By Tags

  • Web Hierarchical Child Row Delete

            <ig:WebHierarchicalDataGrid ID="WebDataGrid1" runat="server"
                AutoGenerateBands="False" AutoGenerateColumns="False" DataKeyFields="Id"
                DataMember="dsDivisions_DefaultView"
                Height="380px…

  • WebHierarchicalDataGrid with multiple bands hierarchy Custom Styling

    Hi, i have a WebHierarchicalDataGrid with multiple bands hierarchy.

    I try to change the appearance of the grid by applying our css.

    In the 1st and 2nd level all work fine, but from 3th level alignemet and size of cells is wrong.

    Somebody help me???

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

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

  • WebHierarchicalDataGrid - Add Child Row while populating foreign key from Primary key of parent row.

    Hello there,

    I might be missing something very simple. However, when using the Add Child row function is there a simple way of adding the Primary key (or relationship reference) to a foreign key.

    The senario is.

    Two SQL tables.

    UserData

    UserID, UserFirstName…

  • Re: Can WebHierarchicalDataGrid support AutoCrud =False?

    In the example you referenced above, the band has no behaviors, and EnableInheritance = true for the WebHierarchicalDataGrid's behaviors.  

    I have a WebHierarchicalDataGrid that needs to have behaviors on the band, because I need to set the EditorID and…

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