I am having an issue on one of my web pages where I need to use the template data field. The group by looks like it does not work due to the fact that there is no actual data for it to group with. Is there any way for me to set the data it uses to group with?
Disregard that, that's a round about way doing it. What I need is the TargetURL property that was on the old UltraWebGrid. We are trying to migrate a web page that was using the ultra web grid. Because it was using the TargetURL property it had no issues with sorting. Does that property exist on the WebHierarchicalDataGrid?
Hi rzwirtz,
Thank you for posting in the community.
The WebHierarchicalDataGrid currently does not feature a TargetURL property for its cells. It is possible , however to inject html in the cell's values. Please refer to the following thread for a sample demonstrating how such a scenario can be implemented using an UnboundColumn (the same is also possible with a BoundDataField so long as the html to inject is coming from your data source):
http://forums.infragistics.com/forums/p/62728/322425.aspx
Please let me know if this helps.
Please do not hesitate to contact me if you need further assistance regarding this scenario.