There's no way around the fact that, if your bulleted list is higher than
the height of the rest of the row, it will make the rest of the row higher.
However, you could make the viewing of the bulleted list, an 'on-demand'
function, with just a link or regular button, that, when clicked will view
the list.
--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"Jibey Jacob" <(E-Mail Removed)> wrote in message
news:5D0CF9E4-1950-4D6C-98D7-(E-Mail Removed)...
> Hi:
>
> I'm using the <asp:BulletedList> control in a TemplateField in a GridView.
> The extra height generated by this control increases the height of the
rest
> of the row it's in. Is there a way around this?
>
> Thanks,
>
> Jibey