
这是Telerik的Grid来添加数据时,进行验证的错误提示,感觉提示将下面文本框盖住。我想让提示出现在文本框右边,但不知道Telerik中怎么改,求帮助。谢谢!!!
.t-edit-form-container
{
 width: 350px;
 margin: 1em;
}
.t-edit-form-container .editor-label, .t-edit-form-container .editor-field
{
 padding-bottom: 1em;
 float: left;
}
.t-edit-form-container .editor-label
{
 width: 30%;
 text-align: right;
 padding-right: 3%;
 clear: left;
}
.t-edit-form-container .editor-field
{
 width: 60%;
}
.t-edit-form-container .t-button
{
 margin-bottom: 10px;
 float: right;
}
.t-edit-form-container .t-required
{
 background-color:#ffffe1; 
}
.text-box{ height:22px;}
重写这几个样式,这个是我的页面上的。之前和你一样把这几个样式改改就好了