Sorry, but there are no more tags available to filter with.
-
C1.Web.C1WebGrid.k can be cast to a HyperLink instead of a LinkButton. So you just have to cast it to HyperLink such as this sample code: protected void C1WebGrid1_ItemCreated( object sender, C1.Web.C1WebGrid.C1ItemEventArgs e) { C1ListItemType elemType = e.Item.ItemType; if (elemType == C1ListItemType...
Page 1 of 1 (1 items)