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>
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,
Hello,I am still following your case. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!