Posted
on Sep 28, 2011
(permalink)
Hi,
I have used a telerik panelBar in my application and the pseudo code below is how I have used it
Pseudo Code:
....
<tr>
<td> PanelBar </td>
<td> Dynamic Content </td>
<tr>
....
The problem is if the "Dynamic Content" grows vertically then the panelbar starts moving vertically downward it doesn't align at the top of the table anymore.
Any help would be appreciated.
Thanks