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

Edit in place padding/spacingI issue

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Barry Burton
Top achievements
Rank 1
Barry Burton asked on 22 Dec 2013, 05:25 PM
I've noticed a new "feature" when editing data using a RadGrid (RadControls for ASP.NET AJAX Q3 2013) that I have not noticed in previous versions of the grid.  It seems that all padding/spacing has disappeared between the controls (see attached) when editing.  I am seeing this issue in IE10, Chrome, etc.

I've tried modifying the Grid's CellSpacing/CellPadding values, but to no avail.

Any help in resolving this issue would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 23 Dec 2013, 05:08 AM
Hi Barry Burton,

I was not able to replicate the issue at my end. Below is a sample code that i tried, please have a look and if this doesn't help, please provide your code.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false" DataSourceID="SqlDataSource1"
    AllowPaging="true" AutoGenerateEditColumn="true">
    <MasterTableView DataKeyNames="OrderID" CommandItemDisplay="Top" editmode="InPlace">
        <Columns>
            <telerik:GridBoundColumn UniqueName="OrderID" DataField="OrderID" HeaderText="OrderID" HeaderStyle-Width="200px">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="ShipCity" HeaderText="ShipCity" UniqueName="ShipCity" />
        </Columns>
    </MasterTableView>
</telerik:RadGrid>

Thanks,
Shinu
Tags
Grid
Asked by
Barry Burton
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or