We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Partially Shown Cell Ends Edit

Hi,
How can I prevent a cell that is partially showing, i.e. half on screen and half off from leaving edit mode, it starts to draw them instead of leaving them in edit mode, very annoying!! This is vitale to our production!

Thanks

1 Reply

AD Administrator Syncfusion Team January 29, 2007 06:46 PM UTC

Hi Nathan,

You can call the ScrollCellInView method to scroll the currentcell into view. Here is a code snippet.

GridCurrentCell cc = this.grid.CurrentCell;
this.grid.ScrollCellInView(cc.RowIndex,cc.ColIndex);

Please let me know if this helps.
Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon