Pasting and going into edit mode

When pasting 1 cell into a grid, the grid goes into edit mode. How can I prevent the grid from going into edit mode? Thanks

2 Replies

AD Administrator Syncfusion Team February 8, 2005 09:15 PM UTC

Hi Steve, try handling the Model.ClipboardPaste event. In your event handler set e.IgnoreCurrentCell = true Stefan >When pasting 1 cell into a grid, the grid goes into edit mode. How can I prevent the grid from going into edit mode? > >Thanks


ST Steve February 8, 2005 09:36 PM UTC

Thanks. It actually turned out to be Grid.ClipboardPaste instead of Grid.Model.Clipboad paste. Steve

Loader.
Up arrow icon