Browse By Tags

  • Multiline Cell Data

    Hello, I rarely get a response on these forums, but i'm at the end of the line here...

    I have a "simple" problem.  I am currently using the web hierarchical data grid to display some schedule information.  Each row contains 0 to many assignments…

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

  • WebHierarchialDataGrid

    I'm starting new project with rather complicated grid scenario and wander if you would have matching sample to start with.  I'm implementing master grid that would have four different type of records of the same format ( columns wise).  The trick…

  • Adding bands and colums to WebHierarchicalDataGrid with behind code

    Hello

    How to add bands and colums to WebHierarchicalDataGrid  from DataSet using C#. I have to set Auto generate bands and columns to false because I need to interact with the columns on the server.

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

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

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

  • WebhierarchicalDataGrid with ContextMenu

    The content of record parent to give would be different to content of Child Menu !! someone help me please, i am using two menus for expand options, but the error is the menu parent present to user the same menu to the child menu...  how do it ??  what methods…

  • Filtering Events

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

    Thanks

  • InitializeRow event. How do I know what view it's part of

    How do I determine the view that a particular e.Row.DataItem is part of in the InitializeRow event?

     

    Specifically, I'm wanting to set one or more properties for a Template column from the code-behind at runtime.  Is InitializeRow the correct event…

  • Please send me a link or info with info how to get the value of a selected cell in webhierarchialdatagrid clientside.

    There has to be an easy way to do this. I just can't find it.

    Please send me a link or info on how to get the value of a selected cell in webhierarchialdatagrid clientside.

    my grid id is  ig:WebHierarchicalDataGrid ID="igWhdgCats"  ..…

  • Expanding Rows always happens on Browser-Side - Bad Performance

    Hello,

    I have a WHDG set up with one additional band. The grid has to be completely expanded on page load, so the InitialExpandDepth is set to -1. This works, however, the performance is desastrous. With about 40 parent rows and about 3 childrows each…

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

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

    <

     

  • Re: change colour in cell for whdg

    Hello Radoslav,
    I will try to explain you the running, then I will give you the code:
    I have a dropdown List with some data. The grid data depend on the value choosen in this dropdownlist. Please see in picture I have enclosed:
    (I have also enclosed…
  • 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…

  • How to force WHDG to refresh from datasource?

    Hi,

    My Web Hierarchical Data Source, WHDS, is from two SQL datatables and defined entirely in C#.  I'm using .NET 2.0.

    Does anyone know how to force the WHDG to refresh/reload when I want, on a postback?  I'm changing the database from the page, adding…

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