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

GridGridboundclomns alignment issue while in edit mode

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rms
Top achievements
Rank 1
rms asked on 29 May 2012, 10:28 PM
I am using edit form template (EditFormType="Template")  to edit rows of my grid. My issue is, if I am editing row 7, rows 1 to 6 look fine but the rows 8,9,etc are not aligned properly. they look like one long string instead of individual columns (see image below). I have implemented this following below article

http://demos.telerik.com/aspnet-classic/grid/examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx

the only difference is I am binding the datasource in needdatasource event instead of from sqldatasource control.
this is how my page looks like. even the Add new Record is above the rows 4,5.



Please let me know if any one has any solution for this.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 31 May 2012, 04:18 PM
rms:

Please confirm which version of the RadGrid control that you're using, as well as the version of .NET being used with it.

The demo link that you provided below: http://demos.telerik.com/aspnet-classic/grid/examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx links to an outdated demo that uses the ASP.NET version of the RadGrid that predates the current RadGrid for ASP.NET AJAX. 

Instead, if you're working with a current release of the AJAX RadGrid, you should be referencing the Grid/Form Template Edit Form
It is the updated version of the referenced demo, optimized to work with the current versions of the control.

Hope this helps!
Tags
Grid
Asked by
rms
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or