in

C1 Community

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

Browse by Tags

  • 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 (Forum) by C1_GregL on 05-01-2008
    Filed under: C1WebTreeView, selected
  • 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 (Forum) by mikepercival on 06-04-2008
    Filed under: C1WebTreeView, selected, AllowSelectedItem
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.