ColumnType="HyperLink" and Grouping Row Header

4 replies. Last post: February 24, 2010 1:52 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
place DanielMember

When I group by a hyperlink column (see below), the hyperlink disappears at the group by row. I can no longer click on the column value. Do I need to reset the hyperlink at the group by header?

 

<ISWebGrid:WebGridColumn Caption="HH Name" AllowGrouping="Yes" HyperlinkTarget="Self" ColumnType="HyperLink" HyperlinkFormatString="javascript:testopen()" AllowSorting="Yes" DataMember="vchHHName" Name="vchHHName"> <FooterStyle Font-Bold="true" /> </ISWebGrid:WebGridColumn>

 

Protected Sub WebGrid1_PrepareDataBinding(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.DataSourceEventArgs) If Page.IsPostBack = False Then

reportGrid.RootTable.SortedColumns.Clear()

reportGrid.LoadTablesStructureFromXml(Server.MapPath("../Layouts/Holdings.xml"))

"../Layouts/Holdings.xml")) With reportGrid.RootTable.GroupedColumns Dim groupByHHAs WebGridGroup = New WebGridGroup()

groupByHH.ColumnMember = "vchHHName"

groupByHH.GroupInterval = GroupInterval.Text

groupByHH.SortOrder = SortOrder.Ascending

.Add(groupByHH)

End With

All times are GMT -5. The time now is 5:05 AM.
Previous Next