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

RadGrid Template Column cells height problem

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Smith
Top achievements
Rank 1
Smith asked on 26 Jun 2012, 08:07 PM
Hi,

I have a problem related to generated template columns cells not growing to100% height of the RadGrid row in IE. Works fine in FF and any IE in quirks mode.

The template column is composed of an ASP link button that contains a table with 1 cell; a score with color. The problem arises that some of the GridBoundColumn cells have lots of text, others with little to no text. The template column cells are not expanding to fill the row height in IE. GridboundColumn cells are behaving as they should. I'm at a complete loss here. Everything checks out style wise.

Any suggestions on where to start looking would be great.

I'm using a table that's generated dynamically and one of the other views (which has the same problem) has a need for it. That said, the first thing I did was program it to use divs instead with the same result.

I'm not posting the markup and code behind since it's a very large, complicated page and the grid is dynamic in which columns that are shown depending on certain criteria. I've attached a snapshot of the behavior I'm referring to.

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 29 Jun 2012, 07:41 AM
Hi,

 You can try to explicitly set some height for the row using the ItemStyle-Height property of the column to see if this makes any change.Also additional styles can be applied to an item using using the rgRow and rgAltRow CSS classes.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Smith
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or