Problem pasting multiple cells in desktop grid

I'm trying out the desktop grid in a windows forms application using Visual Studio 2005. I populate the grid with data from a database. The first column is populated with headings so those cells are locked, as are the cells in the first row. When I select multple cells from an external spreadsheet and paste them into a similar selection in the grid control things go slightly wrong. The paste is succesful and the data is pasted correctly. However the data in the row below the selection is also affected in the sense that the left hand cell immediately below the selection is cleared and data from the other cells in that row are moved along to fill the space.

Can you help me with this?

Hi,

Thank you for considering Aspose.Grid.Desktop!

I will fix the bug right now.

Hi,

Please try v1.7.4.3 in attachment.

Thanks

Many thanks - that seems to have done the trick. I appreciate the speed of your response.

One other small thing I have noticed. I mentioned that I set the first row and column to show headers. I also change their font to bold. When I resize a column it resets the first row to its default font. Is this something you could fix?

Martyn

Hi,

I fixed the bug in v1.7.4.4 in attachment.

Please try it.

Thanks

That seems fine thanks.

Martyn