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

Vertical item aligning

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Clark
Top achievements
Rank 1
Clark asked on 16 Feb 2011, 09:05 PM
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

Sort by
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!
Tags
Grid
Asked by
Clark
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or