This is a migrated thread and some comments may be shown as answers.

dropdowntree get closed when I click on the tree

0 Answers 49 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Danar
Top achievements
Rank 1
Danar asked on 11 Jul 2013, 06:22 AM
Hello telerik
I have Implemented a dropdowntree but when ever I click on (+) to expand the tree it get closed. it is working on other page but when I put Dropdowntree in this  Srabon responsive admin template I get the problem and the firebug showing no error.
<asp:SqlDataSource runat="server" ID="SqlDataSource2"
          ConnectionString='<%$ ConnectionStrings:POSConnectionString %>'
          SelectCommand="select category_id,category_name,parent_id from Categories_tbl;"></asp:SqlDataSource>
      <br />
      <telerik:RadDropDownTree ID="RadDropDownTree1" runat="server"  ExpandNodeOnSingleClick="True"
          DataSourceID="SqlDataSource2"
          DataFieldID="category_id"
          DataFieldParentID="parent_id"
          DataTextField="category_name"
          DataValueField="category_id"
          >
          <DropDownSettings Height="140px" />
      </telerik:RadDropDownTree>

No answers yet. Maybe you can help?

Tags
DropDownTree
Asked by
Danar
Top achievements
Rank 1
Share this question
or