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

Child Data Not Display Proper

0 Answers 39 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Kishor Dalwadi
Top achievements
Rank 2
Kishor Dalwadi asked on 07 Jun 2011, 03:01 PM
Hello Sir,

I am using RadTreeList in my project. I assign a data it properly. But control not display child data.

I use same control another place but there it's work completely.

I attached screen shot for that.

Write Code as below.

------------------------------------------------------ Code --------------------------------------------------------
 <telerik:RadTreeList runat="server" ID="treeListTasks" AllowPaging="false" AutoGenerateColumns="false"
                    OnNeedDataSource="treeListTasks_NeedDataSource" Width="800px" DataKeyNames="ID"
                    ParentDataKeyNames="ParentTaskId" OnItemCommand="treeListTasks_ItemCommand" AllowNaturalSort="false"
                    AllowMultiItemSelection="false" AllowSorting="false" OnItemDataBound="treeListTasks_ItemDataBound">
                    <Columns>
                        <telerik:TreeListBoundColumn DataField="Name" UniqueName="Name" HeaderText="Name" />
                    </Columns>
</telerik:RadTreeList>
----------------------------------------------------------------------------------------------------------------------


Please give me proper solution.

Thanks.

No answers yet. Maybe you can help?

Tags
TreeList
Asked by
Kishor Dalwadi
Top achievements
Rank 2
Share this question
or