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

[Solved] tree view and nested elements dynamically resize

1 Answer 87 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marco Teodoro
Top achievements
Rank 1
Marco Teodoro asked on 11 Jun 2010, 11:45 AM
hello i the following html:

<table>
<tr>
<td> your tree view</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
<td> one div</td>
</tr>
</table>
 the table and is child's have the width and height set to 100%

then i have the function to drag from tree view to div.
the td grows if one of the nested td grow but not is content, so, for instance one div get's 120px but another stays at the same size has before the nested td resize.

my question is how can i resise the divs dinamicaly in each drop and also on expand of a node.


what i want to do is set all elements with the same size of the bigger element because they are side by side.

Best Regards



<td> one div</td>


<td> one div</td>



1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 11 Jun 2010, 12:15 PM
Hi Marco Teodoro,

In this case the browser should have resized properly the elements. Could you send us a sample application which shows the undesired behavior?

All the best,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TreeView
Asked by
Marco Teodoro
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or