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

Browse Site by Tags

Showing related tags and posts across the entire site.
  • C1TreeView <--> C1WebTreeView

    Hello, I just downloaded the latest version of ASP.NET controls and tried to build a tree with the C1.Web.UI.Controls.C1TreeView.C1TreeView and the C1TreeViewNodes. I need to populate the nodes from a database. What I like to do is, in case of the next level should be shown I like to have a postback...
    Posted to WebMenus and WebBars for ASP.NET by RJordan on Thu, Aug 13 2009
    Filed under: C1WebTreeView
  • WebTreeView problem showing child items as selected

    I am dynamically populating a C1WebTreeView component from a database when a user clicks on a node. I have applied the attributes AllowSelectItem="True" ExpandSinglePath="True" SelectedItemStyle-CssClass="SELECTEDTREENODE" at design-time to the C1WebTreeView control in the...
    Posted to WebMenus and WebBars for ASP.NET by mikepercival on Wed, Jun 4 2008
    Filed under: C1WebTreeView, selected, AllowSelectedItem
  • Re: Treeview Node Check

    Hi, To determine which items are checked you can perform this code. This will check 2 levels of items, but you can add another inner loop if you have a 3 rd level of items. Using C1.Web.Command; foreach (C1WebTreeViewItem mainItem in C1WebTreeView1.Items) { if (mainItem.Selected) { Response.Write(mainItem...
    Posted to WebMenus and WebBars for ASP.NET by C1_GregL on Thu, May 1 2008
    Filed under: C1WebTreeView, selected
  • Check subnodes of treeview clicking parent node

    Hi, I have a treeview control in my C#.net web application. When i check on the child node its parent node should be checked automatically. When i check on the parent node all its child nodes should be checked automatically. similarlly when i uncheck a parent node all its childnodes should be unckecked...
    Posted to WebMenus and WebBars for ASP.NET by Limnoo on Wed, Apr 30 2008
    Filed under: C1WebTreeView
Page 1 of 2 (40 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.