Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Binding nested object's fields to BoundDataField
posted

I want to bind a composite object to the grid. Is this feature available in version 13? 

If yes could anyone please tell me how it can be done?

Parents
  • 17590
    Offline posted

    Hello Rajwardhan,

    Thank you for posting in our community.

    I know it`s been a while since you posted but if you are still in need of assistance I would be glad to help.

    Currently WebDataGrid supports binidng to Microsoft data source controls, data tables, and any data entity that implements IEnumerable. The following table displays supported datasources and depicts the status of support for certain operations. The status of support is as follows:

    • Yes – automatic support.
    • Configure – data source must be configured for support.
    • Implement – data source must implement proper interface for support.
    Data SourceSortPageFilterAuto UpdateAuto DeleteAuto Insert
    Array Yes Yes Yes No No No
    AccessDataSource Yes Yes Yes Configure Configure Configure
    DataSet Yes Yes Yes No No No
    DataTable Yes Yes Yes No No No
    DataView Yes Yes Yes No No No
    DomainDataSource Yes Yes Yes Configure Configure Configure
    IBindingList Yes Yes Yes No No No
    ICollection Yes Yes Yes No No No
    IEnumerable Yes Yes Yes No No No
    IHierarchicalEnumerable Yes Yes Yes No No No
    IList Yes Yes Yes No No No
    IQueryable Yes Yes Yes Implement Implement Implement
    LinqDataSource Yes Yes Yes Configure Configure Configure
    ObjectDataSource Yes Yes Yes Configure Configure Configure
    SqlDataSource Yes Yes Yes Configure Configure Configure

    Some further reference about supported dataspurces for WebDataGrid could be found at:

    http://help.infragistics.com/NetAdvantage/ASPNET/2013.1/CLR4.0/?page=WebDataGrid_Supported_Data_Sources.html

    I hope you find this information helpful.

    Please feel free to contact me if you have any further questions regarding this matter.

     

Reply Children
No Data