Copy paste in grouping grid

When I copy from columns with underlying type decimal in the grouping grid (using TableModel.CutPaste.Copy()) only the visible decimals are copied. I would like all decimals to be copied. Is this possible? (I am using version 3.2.1.0)

2 Replies

AD Administrator Syncfusion Team September 8, 2005 11:39 AM UTC

Hi Kjetil, I think you set the Format style for the column and this is the cause of the issue. It can be worked around by handling the QueryCellFormattedtext event where you can directly assign the cellvalue as the text. Sample attached CopyPaste_6619.zip


AD Administrator Syncfusion Team September 8, 2005 02:18 PM UTC

This solved the problem! Thanks a lot, Mouli.

Loader.
Up arrow icon