This question is locked. New answers and comments are not allowed.
Hi, i'm having a problem which i've seen in the videos provided by telerik http://tv.telerik.com/watch/aspnet-mvc/grid/getting-started-with-grid-data-binding (4mins:43 seconds).
basically, the MVC grid doesnt fit within its own frame.
it seems that <thead class="t-grid-header"> sits outside of <div id="grid" class="t-widget t-grid">is the correct size but the columns don't fit within the grid. any suggestions on what's wrong and how to resolve?
thanks
reference:
<div id="grid" class="t-widget t-grid">
<thead class="t-grid-header">
update: i've noticed i only get this problem when my mvc grid sits inside my <div> with the following attributes:
.col1Content
{
float: left;
padding: 20px 28px 28px 27px;
width: 700px;
}
basically, the MVC grid doesnt fit within its own frame.
it seems that <thead class="t-grid-header"> sits outside of <div id="grid" class="t-widget t-grid">is the correct size but the columns don't fit within the grid. any suggestions on what's wrong and how to resolve?
thanks
reference:
<div id="grid" class="t-widget t-grid">
<thead class="t-grid-header">
update: i've noticed i only get this problem when my mvc grid sits inside my <div> with the following attributes:
.col1Content
{
float: left;
padding: 20px 28px 28px 27px;
width: 700px;
}