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?
So far using the UnboundColumn is working pretty well. The sorting looks right whenever I sort by a single column. However, an issue arises whenever I try to sort by two columns. Whenever I try to group by two columns the databind call on the grid it throws a object reference error. Whats odd is it only happens two to particular fields. I have a third column which I'm using the UnboundColumn with and it does not have this issue.
I think this may be an issue with the object I'm databinding against but the exception its throwing gives me no information on where the error is actually happening. How would I go about finding where the databind error is actually happening?
Hi rzwirtz,
Please do not hesitate to contact me if you need further assistance regarding this scenario.
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.