Hey guys,
I'm trying to make the solution described at the link below to work with GridHyperLink columns. The problem I'm running into is if I create a class that inherits from GridHyperLinkColumn and do nothing at all to it (it's an empty class - not doing the stuff in the link below even), using that column in place of the out of the box GridHyperLinkColumn causes there to be no contents of the column showing up in the grid. You can test this easily by taking any hyperlink column thats working fine and changing it's tag to refer to your custom hyperlink class. I believe this may be a bug, and we need this fixed so we can implement drop down filters at the top of hyperlink columns.
http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html
I'm trying to make the solution described at the link below to work with GridHyperLink columns. The problem I'm running into is if I create a class that inherits from GridHyperLinkColumn and do nothing at all to it (it's an empty class - not doing the stuff in the link below even), using that column in place of the out of the box GridHyperLinkColumn causes there to be no contents of the column showing up in the grid. You can test this easily by taking any hyperlink column thats working fine and changing it's tag to refer to your custom hyperlink class. I believe this may be a bug, and we need this fixed so we can implement drop down filters at the top of hyperlink columns.
http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html