Showing related tags and posts across the entire site.
-
Hello All, I am using C1 web grid control. How i can define Multilevel grid having 3 levels at run time. I have done it for single level and it is working fine. I attached my sample Code with the post Thanks, Ashish
-
Hi, From what I have found the following should fire an event when the check is changed but does not. Any assistance of info would be appreciated. Thanks, Alan < ItemTemplate > < asp : CheckBox ID ="cbSelectCat" runat ="server" autopostback ="true" OnCheckedChanged...
-
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"...