Browse By Tags

  • Forum Post: Textbox in an Edit template of a C1WebGrid

    I'm using an asp:TextBox in an EditItem template of a C1Webgrid and would like to tie a Client-side event handler to it to evaluate the user input when they are finished entering text. When I try to tie a client-side event handler to the textbox, I cannot from the server side as it doesn't yet...
  • Forum Post: Re: using shortcut keys for updating, cancelling and adding new row

    But i want to have shortcut keys for Link Button and buttons in edit column of the C1WebGrid. is there any way to do this?
  • Forum Post: Retrieving value of EditItem Template fields

    I am fairly new to the asp grid component and a stuck on how to find the value in a text box field I have placed in an EditItem template. My grid is being bound at runtime to an xml dataset returned from a web service. I have a column in the grid called full_name which is displayed, but if you click...
  • Forum Post: 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"...