Showing related tags and posts across the entire site.
-
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...
-
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?
-
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...
-
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"...