Browse By Tags

  • Binding values to Web Hierarcial DataGrid from dataset

    Hi,

    I have followed the below link http://community.infragistics.com/forums/p/60496/319356.aspx. While page load its working fine when i expand the parent band its showing the error : Key : ID must be unique.Why this is happening?

     

    Regards,

    Hsakarp.

  • Changing the datasource

    Is there a way to clear the viewstate for the grid in order to change the datasource from the code behind?  

    I have a requirement that the users are able to change the datasource being viewed in the grid at any time or basically recreate the grid with a…

  • WebHierarchicalDataGrid Sending Existing Rows back to server after edit

    Scenario:

    WebHierarchicalDataGrid 

    AutoUpdate = False, BatchMode= True

    AutoGenerateColumns="false"

    AutoGenerateBands="false"

     

     

     

     

     

     

     

    EnableAjax="False" EnableAjaxViewState="False"

    Ena…

  • SQL Saving Child grid entries

    My grid looks something like this...

    Parcels
          Parcel Details
          Parcel Notes.

    The notes row is the only row that's editable.  Notes can be added and edited, but not deleted.

    Everything is working just fine, I can edit notes all day, but ADD is the…

  • Problem loading a webhierarchicaldatagrid with a dataset containing 0 rows

    Hi,

    I'm using infragistics 11.2. I have a webhierarchicaldatagrid with 3 levels.
    I have a dataset with 3 tables, each one for each level.
    If the dataset tables have at least one row, everything works just fine. The webhierarchicaldatagrid  is loaded…

  • Proper way to filter child rows

    quick rundown of what im doing, i have a list of Parents with Children as normal, both the parents and children have macaddresses (field mac), the children are associated to the parents by a field "assocmac" ... the issue is i needed a way to search both…

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

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

  • I want to assign the datasource to all the bands with related postback only,please provide your support ASAP,because i have to provide the support to client immediately.

    Normal 0 false false false MicrosoftInternetExplorer4

    Issue:

    At runtime, i have assigned DataSourceID property to specify the data source with specific postback event…

  • WebHiearachicalDataGrid with EntitySpaces DataSource

     

    Hi All,

    I have experimented with using the WebHiearachicalDataGrid with the EntitySpaces DataSource (http://www.entityspaces.net/blog/2007/04/28/The+Improved+EntitySpaces+EsDataSource+For+ASPNET.aspx)

    and haven't had any luck getting them to play…

  • How to bind data Programmatically for the Bands of a WebHierarchicalDataGrid

    How to bind data for the WebHierarchicalDataGrid and if we declare a bands in the aspx page, how to bind the data for these band and how to build the relation between parent and child.

  • DataSource Class within a Class what to put in the Key field for bind

    Hi,

    This is my class structure.  How do I reference the Name property of the Details class, it currently fails and throws a javascript error with no data in the Name field.  Forgive my syntax if it's incorrect as this is an example that follows the concept…