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!
No its not working ..... I had set up the child grid header from code behind.
Hello,If you need any additional assistance with this case feel free to contact me. I will keep this case open for another three days while I am waiting for your response. If at that time you haven`t responded, I will close it. Please note that closed cases may be reopened within thirty days of closure.Thank you for choosing Infragistics components
Could you send me an isolated sample in order to investigate the issue?