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

Inline edit form

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Clark
Top achievements
Rank 1
Clark asked on 11 Feb 2011, 06:17 PM
Is there a way to change the padding in the inline edit form? The default form is not formatted well, everything is pushed all the way to the left against the border, can it be styled or controlled?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 16 Feb 2011, 01:00 PM
Hi Clark,

You can try this code which will align the cell elements in the center:

.RadGrid_[SkinName] .rgEditRow td {
    text-align: center;
}


If you need solely more padding in the left, try:
.RadGrid_[SkinName] .rgEditRow td {
    padding-left: 15px;
}



All the best,
Galin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Clark
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or