Hi, I want to change the GroupAreaText in the code behind similar like grid.GroupingSettings.EmptyGroupAreaText = "123".
How can I do this? I use the "BoundDataField" object and when I group a column I want to display the "Header.Text" value inside the "GroupAreaText"!
BR
Hi,
Thank you for the sample shared. I will take my time to investigate it and will update you with my findings.
Hi, unfortunately it is not working. Maybe you could solve the issue (see attachment)
Hello,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Thank you for your feedback !
As you notice both approaches are possible. Initially you would want to add columns to the WebHierarchicalDataGrid, as shown in the documentation:
http://help.infragistics.com/Help/Doc/ASPNET/2014.2/CLR4.0/html/WebHierarchicalDataGrid_Data_Binding.html
Of course depending on the scenario the other would be recommended, as our colleague has suggested in the "Dynamical data binding" thread. Please let me know if adding columns to the WebHierarchicalDaataGrid causes other issues in your application. If this is not the case then you are fine going for this.
Looking forward to hearing from you.
Hello, this code block is a suggestion from one of your colleague! Please see "Dynamical data binding" (http://es.infragistics.com/community/forums/t/92817.aspx) in your froum. I had several problems when I didn't use the GridView. BR