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
1075
How to set Child band head
posted

Hello there,

I have set the child band header from aspx page as below. But After data has been load its showing datafieldname or key name as head. How can i fix this??

<ig:BoundDataField DataFieldName="TRELN" Key="TRELN">

<Header Text="TYPE Header"></Header>
</ig:BoundDataField>

Parents
No Data
Reply
  • 2735
    posted

    Hello!

    Thanks for using Infragisics controls!

    My suggestion is to use this way to set up header text:

     <ig:BoundDataField DataFieldName="OrderID" Key="OrderID" Header-Text="<%$ Resources:WebHierarchicalDataGrid, WebHierarchicalDataGrid_HeaderText_OrderID %>" />
    
    
    Please, take a look at this sample for further information:
    
    
    http://ko.infragistics.com/samples/aspnet/hierarchical-data-grid/multiple-bands-hierarchy
    
    
    Best Regards,                    
Children