ASP.NET Grid cell editing problem

I upgraded my Syncfusion from v. 7.2 to v. 10.1 and now my ASP.NET grid behaves somehow strange when I try to update a cell.

As it can be seen in the screenshots attached - I click on the cell and the value to be updated goes to the bottom of the page, out of the grid...

This is my aspx side:

ClientObjectId="cellDataGrid" AutoFormat="MAC" BorderCollapse="Separate" CssClass="GridOffice2007Black"
DragSelectionBackColor="Yellow" GroupDropAreaCssClass="GridOffice2007BlackGroupDropArea"
ExcelEditMode="True" DataSourceCachingMode="ViewState" PageSize="-1" CurrentPage="0"
OnDataSourceControlRowAdding="GridControl_DataSourceControlRowAdding" OnDataSourceControlRowDeleting="GridControl_DataSourceControlRowDeleting"
OnDataSourceControlRowUpdating="GridControl_DataSourceControlRowUpdating" ShowGroupDropArea="False"
Width="100%" AutoSaveChildControlChanges="True" Height="360">





















ShowCaption="False" />



Thank you in advance!




screenshots_c6671bee.rar

1 Reply

RR Ranjithkumar R G Syncfusion Team March 20, 2012 12:54 PM UTC

Hi Erdal ,

Thanks for using Syncfusion products.

We are sorry for inconvenience caused. We are unable to reproduce the issue. We have prepared a simple sample, video demonstrating the working of the sample and the same can be downloaded from the following links.

Sample link:
http://www.syncfusion.com/downloads/Support/DirectTrac/General/ExcelEdit-Web-1873675839.zip

Video link:
http://www.syncfusion.com/downloads/Support/DirectTrac/General/video-2-2010523154.zip

Could you please try the above sample and get back to us whether you are able to reproduce the issue? If not, could you please give more information or by reproducing the issue in the above sample so that we could sort out the issue and provide you with solution. The information provided would be of great help in resolving the issue.

Please let us know if you have any concerns.

Regards,
Ranjithkumar



Loader.
Up arrow icon