I just added the Binary image column to my grid and all items are placed at the bottom of the row, I tried setting the Item-VerticalAlign to top but it didn't work. I am attaching a screen shot so you can see what I mean.
Thanks
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 22 Feb 2011, 10:51 PM
Hello Clark,
Please try the following CSS code:
<style type="text/css">
tr.rgRow td, tr.rgAltRow td
{
vertical-align: middle;
}
</style>
Best regards,
Daniel
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!