I have recently tried to update the Infragistics version on one of our sites but the hyperlinks are not showing correctly in the grid, they just show the markup. This first occurred upgrading to service release NetAdvantage_ASPNET_20103.2088_SR and has continued with service release NetAdvantage_ASPNET_20103.2105_SR. Could this be looked into please.
Thanks
Luke
Before upgrade:
After upgrade:
Using Infragistics 14.2 version and web hierarchical Data Grid using boundcolumn.
Below are issued faced
1) Hyperlink is not shown when HTMLEncode property is set to true or false. Also, tried setting css property of hover. But not working.
2) Filter functionality is not working for datetime column. DataStringFormat is mentioned ={0;dd/mm/yyyy}.
3) The grouping functionality is not working for datetime column.
4) If default sorting is set to asc for one column suppose datetime on initialize row event. When column is sorted then it by default is showing asc order.
5) The image of filter, sorting is not shown in the grid.
Please let me know solution for the same.
Hi Dave,
That has worked.
Hi Luke,
I tried placing your text as the text of my string column in a DataTable and was able to replicate the problem. However, once I turned HtmlEncode="False" on the column, it showed up as a hyperlink. I believe that was a bug fix. When it is true, it tries to show the text of the whole html string you've supplied. So, if you upgrade again, try setting that property (its default is true), and let us know if it still not working.
thanks,Dave
David,
Unfortunately I have rolled back my Infragistics version so can't supply a sample project just yet. I can confirm though that the grid is bound to a dataset which contains the anchor tag e.g. '<a href='SPC_Documents/SPC_138502.doc' target='_blank'>Click to view SPC</a>'.
Regards
Do you have a sample application that you could attach here to help us diagnose the problem and attach to any bug created. As it stands, there is no way to know exactly where the hyperlink is coming from. Templated column, format field method, or possibly straight from the DS.
regards,
David Young