in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Re: Problem customizing c1webgrid pager

    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...
    Posted to WebGrid for ASP.NET (Forum) by C1_GregL on 01-29-2008
    Filed under: C1Webgrid, custom paging
Page 1 of 1 (1 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.