开发者

Showing copied data in Infragistics wingrid

I'm using Infragi开发者_如何转开发stics wingrid in my C# winforms app. I need to be able to copy column values from an excel sheet and paste it in this datagrid.The grid should show these new values in the cells.How do I achieve this?What code changes would be required?

I tried it and only one cell value gets updated.

Thanks.


In InitializeLayout do:

e.Layout.Override.AllowMultiCellOperations = AllowMultiCellOperation.All;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜