in

Browse by Tags

  • Scrolbar on Grid within an Ajax UpdatePanel

    Hi, I had a issue as I trid to add scrolbar on grid that is in ajax update panel. The datasource of the grid was ObjectDatasoure. I set HScrolbarStyle = Automatic and set VScrolbarStyel = always. And I added item color in C1grid.itemcreated event. No data was loaded in the grid. If I set none in both...
    Posted to WebGrid for ASP.NET (Forum) by richardatbowne on 12-06-2007
    Filed under: C1Webgrid
  • Better RowMerge Control

    I have a need to hide duplicate values in several columns of data. I suspect you would use RowMerge but I do not see how to make it do what I want it to do. I have data like the following: Product1 Lot1 ValueDescription1 Value1 Product1 Lot1 ValueDescription2 Value2 Product1 Lot2 ValueDescription1 Value1...
    Posted to WebGrid for ASP.NET (Forum) by dmmattix on 12-06-2007
    Filed under: C1Webgrid, RowMerge
  • Setting a C1TemplateColumn's EditItemTemplate at runtime

    Hi, I am trying to change at run the way a template column's items are edited. I tried this without success: protected void OnGridPreRender( object sender, EventArgs e) { ((C1.Web.C1WebGrid. C1TemplateColumn ) wgGrid.Columns[3]).EditItemTemplate = LoadTemplate( "ValidateEditTemplate.ascx"...
    Posted to WebGrid for ASP.NET (Forum) by LeFauve on 12-14-2007
    Filed under: C1Webgrid, C1TemplateColumn, EditItemTemplate, runtime
  • C1WebGrid Update with Ajax

    Problem 1: I have two dropdowns on a webgrid. The first ddl has static items, and thw 2nd ddl gets its values from a datasource. The Update works fine when the grid doesn't use Ajax Updates. But when I set callbackOptions = Editing, first ddl updates fine, but the 2nd ddl updates to null value even...
    Posted to WebGrid for ASP.NET (Forum) by awaley on 01-14-2008
    Filed under: C1Webgrid
  • Grid not updating properly

    Hello, I am using a template column in which I have a dropdown list with two options (Y and N). When I attempt to update the row, all other data is updating properly save the dropdown. I am duplicating the code that is in the samples shipped with the control. Any thoughts? Thanks.
    Posted to WebGrid for ASP.NET (Forum) by mbailey on 01-17-2008
    Filed under: C1Webgrid
  • Edit Mode Not Working

    I have a number of grids on a page that utilize the editing features of C1WebGrid. They all worked perfectly fine, until recently. All of a sudden, for no apparent reason, when I click on the edit hyperlink, the default spinner starts spinning but the row never enters edit mode. This is the case for...
    Posted to WebGrid for ASP.NET (Forum) by david.a.stachelczyk@exxonmobil.com on 02-08-2008
    Filed under: C1Webgrid
  • Re: Edit Mode Not Working

    Patrick: Here is what I have for one of the grids. All the grids on my page fail to enter edit mode. This worked perfectly fine just a little while ago, and from what I can tell, I did not mess with any of the grid-specific code. In debug, the code never reaches the "EditingCommand" handler...
    Posted to WebGrid for ASP.NET (Forum) by david.a.stachelczyk@exxonmobil.com on 02-11-2008
    Filed under: C1Webgrid
  • Grid Pager when using runtime DataBinding

    I am new with C1 Components. I am using the C1WebGrid in an aspx page. Using runtime databinding to populate the grid (from a DataSet). I defined in the designer the pager for my grid, 25 rows, using standard top&bottom < and > settings. Everything is working properly, but when I try...
    Posted to WebGrid for ASP.NET (Forum) by pascall on 02-11-2008
    Filed under: C1Webgrid, runtime, c1webgrid pager
  • Problem with C1WebGrid Height

    Hi All, I using C1 WebGrid 2.0 version. I need to showing data on different tabs and in each tab I want to show C1 WebGrid. Firstly I tried to do something like this: <C1WebGrid:C1WebGrid ID="C1WebGrid1" runat="server" AutoGenerateColumns="False" BackColor="White"...
    Posted to WebGrid for ASP.NET (Forum) by varshavmane on 02-15-2008
    Filed under: C1Webgrid
  • Re: Problem with C1WebGrid Height

    Thanks for the reply sir. I did what u told but its giving problem for hortizontal scroll. Here is the code: DataView dv = ( DataView )dsTables[ "tb_11" ].DefaultView; foreach ( DataColumn objDC in dv.Table.Columns) { C1BoundColumn ID = new C1BoundColumn (); ID.DataField = objDC.ColumnName;...
    Posted to WebGrid for ASP.NET (Forum) by varshavmane on 02-15-2008
    Filed under: C1Webgrid
Page 1 of 3 (26 items) 1 2 3 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.